mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-20 22:15:07 +08:00
#人事审批流程图获取
This commit is contained in:
@ -358,6 +358,7 @@ export default {
|
||||
},
|
||||
/** 审批进度 */
|
||||
handleStep(row) {
|
||||
const that = this;
|
||||
const id = row.processInstanceId;
|
||||
processHistorySteps(id).then(response => {
|
||||
this.handleTask.historyTask = response.data;
|
||||
|
Reference in New Issue
Block a user