|
|
@@ -109,8 +109,8 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
//查询审批进程 |
|
|
|
getTransferProcess(auditbatchNo){ |
|
|
|
getTransferProcess(auditbatchNo).then(res => { |
|
|
|
getTransferProcess(id){ |
|
|
|
getTransferProcess(id).then(res => { |
|
|
|
this.processList = res.data[auditbatchNo] |
|
|
|
// console.info( this.processList); |
|
|
|
// this.processList.乡镇审批时间 = this.processList.乡镇审批时间?this.format(this.processList.乡镇审批时间, "yyyy-MM-dd HH:mm:ss"):"" |
|
|
@@ -124,7 +124,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 => { |
|
|
|