Commit 397a3ca2 authored by youjie's avatar youjie

no message

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