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

页面修改

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