1
李喆(开发组)
2025-07-31 c44c2261a52ebd9db5375c054a6b651e0bc92e25
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,