#人事审批流程图获取

This commit is contained in:
Roland
2021-11-06 10:59:48 +08:00
parent f0b7583404
commit d0a59f7ef1
2 changed files with 10 additions and 3 deletions

View File

@ -358,6 +358,7 @@ export default {
},
/** 审批进度 */
handleStep(row) {
const that = this;
const id = row.processInstanceId;
processHistorySteps(id).then(response => {
this.handleTask.historyTask = response.data;