gaoshp
2025-08-02 105fa886970a9dce96cc466ecf6128de127a410b
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;
                }