yangys
2025-08-03 9d38ba7909156f70279192dd59c94073d1b163eb
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;
                }