Commit 93eca61e authored by 黄奎's avatar 黄奎

页面修改

parent 1fbc1796
...@@ -1843,7 +1843,7 @@ ...@@ -1843,7 +1843,7 @@
this.allWindowWidth = allWindowWidth - 50 - 220 - 60; this.allWindowWidth = allWindowWidth - 50 - 220 - 60;
let maxLength = parseInt(allWindowWidth / 110); let maxLength = parseInt(allWindowWidth / 110);
this.maxLength = maxLength; this.maxLength = maxLength;
//this.testApi(); this.testApi();
//this.testEmp(); //this.testEmp();
let userinfo = this.getLocalStorage(); let userinfo = this.getLocalStorage();
let ActionMenuCode = userinfo.ActionMenuCode; let ActionMenuCode = userinfo.ActionMenuCode;
...@@ -1859,17 +1859,14 @@ ...@@ -1859,17 +1859,14 @@
methods: { methods: {
testApi() { testApi() {
var postMsg = { var postMsg = {
"configId": "VjrskRJnOlI=", PageIndex: 1,
"cityId": 0, PageSize: 10,
"preview": 0, StartDate:"2023-09-26"
"tcid": "13233",
"teamType": 0,
"isGetPriceFlight": true
}; };
this.apipost( this.apipost(
"b2b_get_GetB2BTravelInfoV1", postMsg, "AirTicket_get_GetTicketProductPage", postMsg,
res => { res => {
console.log("testApi",res); console.log("testApi", res);
} }
); );
}, },
...@@ -1881,7 +1878,7 @@ ...@@ -1881,7 +1878,7 @@
this.apipost( this.apipost(
"admin_get_AnalysisPassword", postMsg, "admin_get_AnalysisPassword", postMsg,
res => { res => {
console.log("admin_get_AnalysisPassword",res.data); console.log("admin_get_AnalysisPassword", res.data);
} }
); );
}, },
......
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