修改提交流程的传参
修改虚拟清单添加的接口
This commit is contained in:
@@ -187,13 +187,12 @@
|
||||
})
|
||||
},
|
||||
completeTask(value,handlingTime) {
|
||||
let json = Object.assign({}, this.queryBy, value)
|
||||
let json = Object.assign({handlingTime:handlingTime}, this.queryBy, value)
|
||||
let data = JSON.stringify(json).replace(/\"/g, '\'')
|
||||
let query = {
|
||||
userid: this.userInfo().id,
|
||||
taskId: this.$route.query.taskId || this.$route.query.taskIds,
|
||||
json: data,
|
||||
handlingTime:handlingTime
|
||||
}
|
||||
postAction('/workFlow/completeTask', query).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user