1
lzhe
2025-07-27 cd6e52e4fc2e9beec99650ac67677e7051ee47a3
src/views/flow/todolist.vue
@@ -189,7 +189,7 @@
                    {
                        label: '文件',
                        width: 200,
                        prop: '',
                        prop: 'file',
                    },
                    {
                        label: '到达时间',
@@ -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,