Commit ad34391e authored by 黄奎's avatar 黄奎

机票业绩页面修改

parent 77907a71
...@@ -96,9 +96,11 @@ ...@@ -96,9 +96,11 @@
}, },
//生成票务提成报表 //生成票务提成报表
CreateAirticketCommission() { CreateAirticketCommission() {
this.loading=true;
this.apipost( this.apipost(
"AirTicketRules_post_CreateAirticketCommissionService", {}, "AirTicketRules_post_CreateAirticketCommissionService", {},
res => { res => {
this.loading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.getList(); this.getList();
this.Success('报表生成成功') this.Success('报表生成成功')
......
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