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

页面修改

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