Commit abe27fa9 authored by 黄奎's avatar 黄奎

1

parent ae6d267e
...@@ -2533,11 +2533,13 @@ ...@@ -2533,11 +2533,13 @@
SalePlat: "" SalePlat: ""
}; };
this.apipost("travel_post_SetPriceTCState", msg, res => { this.apipost("travel_post_SetPriceTCState", msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
this.getControlList(); this.getControlList();
this.queryCommonData.checkDialogAll = false; this.queryCommonData.checkDialogAll = false;
this.queryCommonData.ckedplat = []; this.queryCommonData.ckedplat = [];
} else {
this.Info(res.data.message);
} }
}); });
}, },
......
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