Commit 56e42c9f authored by 黄奎's avatar 黄奎

分房表下载优化

parent 1f2d63ef
...@@ -1868,7 +1868,7 @@ ...@@ -1868,7 +1868,7 @@
isOnlyFenFang:1,//只查询已分房的 isOnlyFenFang:1,//只查询已分房的
}; };
var fileName ="【" + item.TCNUM + "】分房表["+this.getCurrentTime()+"].xls"; var fileName ="【" + item.TCNUM + "】分房表["+this.getCurrentTime()+"].xls";
this.GetLocalFile("travel_get_GetTravelGuestExport", msg, fileName, res => { this.GetLocalFile("travel_get_GetTravelRoomExport", msg, fileName, res => {
this.queryCommonData.loading = false; this.queryCommonData.loading = false;
}); });
}, },
......
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
fileName = fileName =
"【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】分房表["+this.getCurrentTime()+"].xls"; "【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】分房表["+this.getCurrentTime()+"].xls";
} }
this.GetLocalFile("travel_get_GetTravelGuestExport", msg, fileName, res => { this.GetLocalFile("travel_get_GetTravelRoomExport", msg, fileName, res => {
this.QueryMsg.loading = false; this.QueryMsg.loading = false;
}); });
}, },
......
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