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,