src/views/flow/todolist.vue
@@ -366,7 +366,7 @@ // programIds: this.row.taskDefinitionKey === 'programmingTask' ? this.applist.map(v => v.id).join(',') : '', }).then(res => { if(res.code !== 200) { this.$message.error(res.msg); this.$message.error(res.data.msg); done(); return; }