Commit 397a3ca2 authored by youjie's avatar youjie

no message

parent db4d35c1
...@@ -726,15 +726,19 @@ ...@@ -726,15 +726,19 @@
}, },
//审核通过或者驳回 //审核通过或者驳回
AuditElec() { AuditElec() {
this.apipost("travelcontract_get_UpdateAuditContractService", this.auditMsg, res => { if(this.activeName==1){
if (res.data.resultCode === 1) { this.apipost("travelcontract_get_UpdateAuditContractService", this.auditMsg, res => {
this.Success(res.data.message); if (res.data.resultCode === 1) {
this.getListOutTract(); this.Success(res.data.message);
this.closeContractDialog(); this.getListOutTract();
} else { this.closeContractDialog();
this.Error(res.data.message); } else {
} 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