fix(flow) flow reject status

deliver/approver-flow project-flow-v1
bob 2 years ago
parent 96267e98a2
commit 8eaf9b4f20

@ -420,6 +420,8 @@ export default {
complete(this.taskForm).then(response => { complete(this.taskForm).then(response => {
this.msgSuccess(response.msg); this.msgSuccess(response.msg);
}); });
this.open = false;
}, },
/** 审批任务 */ /** 审批任务 */
taskComplete() { taskComplete() {

Loading…
Cancel
Save