Commit bead3c39 authored by 黄奎's avatar 黄奎

页面修改

parent 4a5d0690
...@@ -1011,7 +1011,6 @@ ...@@ -1011,7 +1011,6 @@
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.TeamHotelList = res.data.data; this.TeamHotelList = res.data.data;
console.log("TeamHotelList", this.TeamHotelList);
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
...@@ -1028,7 +1027,7 @@ ...@@ -1028,7 +1027,7 @@
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
this.msg.CombinationNum = 'JVS0727OTC-MUA'; //this.msg.CombinationNum = 'JVS0727OTC-MUA';
this.getLineList(); this.getLineList();
this.getList(); this.getList();
this.getCompanyList(); this.getCompanyList();
......
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