|
|
@@ -109,8 +109,8 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
//查询审批进程 |
|
|
|
getTransferProcess(auditbatchNo){ |
|
|
|
getTransferProcess(auditbatchNo).then(res => { |
|
|
|
getTransferProcess(id){ |
|
|
|
getTransferProcess(id).then(res => { |
|
|
|
this.processList = res.data[auditbatchNo] |
|
|
|
}) |
|
|
|
}, |
|
|
@@ -119,7 +119,7 @@ export default { |
|
|
|
this.form = response.data; |
|
|
|
this.processList = {} |
|
|
|
if(this.form.auditStatus != 0){ |
|
|
|
this.getTransferProcess(this.$route.query.auditbatchNo); |
|
|
|
this.getTransferProcess(id); |
|
|
|
} |
|
|
|
if(this.form.approvalMode == 1){ |
|
|
|
selectApprovalByTemplateId(this.form.approvalTemplateId).then(rs => { |
|
|
|