Commit 0294e3b8 authored by 黄奎's avatar 黄奎
parents 8b64baa1 397a3ca2
...@@ -726,6 +726,7 @@ ...@@ -726,6 +726,7 @@
}, },
//审核通过或者驳回 //审核通过或者驳回
AuditElec() { AuditElec() {
if(this.activeName==1){
this.apipost("travelcontract_get_UpdateAuditContractService", this.auditMsg, res => { this.apipost("travelcontract_get_UpdateAuditContractService", this.auditMsg, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.Success(res.data.message); this.Success(res.data.message);
...@@ -735,6 +736,9 @@ ...@@ -735,6 +736,9 @@
this.Error(res.data.message); this.Error(res.data.message);
} }
}, null); }, null);
}else if(this.activeName==2){
this.SubmitContract(this.BoHuiObj, this.auditMsg.AuditContract)
}
}, },
//切换 //切换
getSwitch() { getSwitch() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment