【修改】修改vuex的USID为usid 增加流程接口

This commit is contained in:
zhoulingpo
2023-04-24 15:54:41 +08:00
parent fea8f7893b
commit 7f675d424b
9 changed files with 86 additions and 66 deletions
+8 -2
View File
@@ -89,9 +89,15 @@
})
},
// 所有流程的完成任务
completeProcess(dataJson,submitJson) {
this.$api.process.completeTask().then(res=>{
completeProcess(dataJson,submitJson,taskId,userId) {
this.$api.process.completeTask({
taskId:taskId,
userId:userId,
dataJson,
submitJson
}).then(res=>{
this.$message['success']('提交成功')
this.$router.back(-1)
})
},
// 获取流程详细信息