src/views/flow/todolist.vue
@@ -365,8 +365,8 @@ 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); if(res.data.code !== 200) { this.$message.error(res.data.msg); done(); return; }