Commit 5eb81809 authored by 黄奎's avatar 黄奎

页面修改

parent c3f819d6
......@@ -262,7 +262,8 @@ export default {
QStartDate: "",
QEndDate: "",
TicketStartNum: "",
TicketEndNum: ""
TicketEndNum: "",
uid:"0"
},
//数据列表
DataList: [],
......@@ -324,6 +325,7 @@ export default {
let msg = {
lineID: this.queryMsg.LineId
};
this.apipost("team_post_GetLinePlace", msg, res => {
if (res.data.resultCode == 1) {
this.queryCommonData.PlaceList = res.data.data;
......@@ -423,6 +425,7 @@ export default {
this.queryMsg.TicketEndNum = 0;
}
this.queryCommonData.loading = true;
this.queryMsg.uid=this.getLocalStorage().EmployeeId;
this.GetLocalFile(
"travel_get_DownTravelPriceOrderStatistics",
this.queryMsg,
......
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