Commit 096866e5 authored by 黄奎's avatar 黄奎

页面修改

parent 7cb48eee
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
StartDate: new Date().Format("yyyy-MM-dd"), StartDate: new Date().Format("yyyy-MM-dd"),
EndDate: this.setEdate(), EndDate: this.setEdate(),
//只查询日本 //只查询日本
Country: "651", Country: "651,1252",
Province: 0, Province: 0,
City: 0, City: 0,
OutBranchId: -1, OutBranchId: -1,
...@@ -600,7 +600,7 @@ ...@@ -600,7 +600,7 @@
mounted() { mounted() {
this.initSupplier(); this.initSupplier();
this.getBranchList(); this.getBranchList();
this.getProvinceList(651, 1); this.getProvinceList("651,1252", 1);
this.GetHotelList(); this.GetHotelList();
this.getList(); this.getList();
this.GetHotelTipList(); this.GetHotelTipList();
......
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