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,