【修改】修改vuex的USID为usid 增加流程接口
This commit is contained in:
@@ -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)
|
||||
})
|
||||
},
|
||||
// 获取流程详细信息
|
||||
|
||||
Reference in New Issue
Block a user