【修改】修改子错误

This commit is contained in:
zhoulingpo
2023-05-16 10:24:43 +08:00
parent b08ff84027
commit fc539f498b
10 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default {
})
},
// 获取审批历史
// 获取审批记录
getHistory (data) {
return request({
url: '/api/task/get_list_by_instance',
+8
View File
@@ -14,5 +14,13 @@ export default {
method: 'post',
data:data
})
},
// 获取审批人的领导
getLeader(data) {
return request({
url: '/api/sys/user/getOwnLeader',
method: 'get',
params:data
})
}
}