【修改】修改权限

This commit is contained in:
zhoulingpo
2023-05-11 11:05:17 +08:00
parent 358bc5e143
commit 2e9736d830
7 changed files with 156 additions and 58 deletions
+11
View File
@@ -98,6 +98,7 @@ export default {
data: data
})
},
// 通用流程详细信息查询
getProcessDetail( data ){
return request({
@@ -142,6 +143,16 @@ export default {
})
},
// quan保存到草稿
saveProcessALL(data) {
return request({
url: '/api/batchSaveTaskFirst',
method: 'post',
data: data
})
},
// 判断当前人是不是审批人
// /selectTask
jugeProcess(data) {