Commit c27e1a2c authored by 沈良进's avatar 沈良进

页面修改

parent 21c2f02b
...@@ -1654,10 +1654,8 @@ ...@@ -1654,10 +1654,8 @@
mounted() { mounted() {
if(this.pagesTitle&&this.pagesTitle=='平台账户'){ if(this.pagesTitle&&this.pagesTitle=='平台账户'){
this.isExamine = true this.isExamine = true
console.log('可审核----',this.isExamine)
}else{ }else{
this.isExamine = false this.isExamine = false
console.log('不能审核---',this.isExamine)
} }
this.getLineList() this.getLineList()
this.msg.pageSize = this.calcPageSize(40); this.msg.pageSize = this.calcPageSize(40);
......
...@@ -463,7 +463,6 @@ ...@@ -463,7 +463,6 @@
} }
basicData.TeamType = this.TeamType; basicData.TeamType = this.TeamType;
basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel; basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel;
console.log("travel_post_SetTravelConfigInfo", basicData);
this.isSubmit = false; this.isSubmit = false;
this.apipost( this.apipost(
"travel_post_SetTravelConfigInfo", "travel_post_SetTravelConfigInfo",
...@@ -705,7 +704,6 @@ ...@@ -705,7 +704,6 @@
"travel_get_GetTravelConfigMakeInfo", "travel_get_GetTravelConfigMakeInfo",
msg, msg,
res => { res => {
console.log("travel_get_GetTravelConfigMakeInfo", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
if (tempData.Feature != null) { if (tempData.Feature != null) {
......
...@@ -1197,7 +1197,7 @@ ...@@ -1197,7 +1197,7 @@
}, },
OrderList: { OrderList: {
handler(val, oldVal) { handler(val, oldVal) {
console.log(val, '------');
} }
} }
}, },
......
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