| src/views/flow/todolist.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/flow/todolist.vue
@@ -365,6 +365,11 @@ processInstanceId: this.row.processInstanceId, // programIds: this.row.taskDefinitionKey === 'programmingTask' ? this.applist.map(v => v.id).join(',') : '', }).then(res => { if(res.code !== 200) { this.$message.error(res.msg); done(); return; } this.$message.success('审批成功'); this.approveBox = false; this.onLoad(this.page, this.query);