gaoshp
2025-07-23 4c1cae6a0abdb2070dda6815ffb2defdc42a062f
src/views/flow/todolist.vue
@@ -338,6 +338,12 @@
            console.log('handleAction', row, index);
        },
        handleSubmit(form, done) {
            if(this.row.taskDefinitionKey === 'programmingTask') {
                if(this.applist.length !== 1) {
                    done();
                    return this.$message.success('请选择1个程序');
                }
            }
            approve({
                ...this.formApprove,
                taskId: this.row.taskId,