Commit ba491609 authored by youjie's avatar youjie

no message

parent ac2c3c56
...@@ -480,11 +480,12 @@ ...@@ -480,11 +480,12 @@
fileName = fileName + TempfileName fileName = fileName + TempfileName
fileName = fileName + this.$route.query.alcode fileName = fileName + this.$route.query.alcode
//国航的用word //国航的用word
if (this.QueryMsg.TempCode == "CATempla") { // if (this.QueryMsg.TempCode == "CATempla") {
fileName = fileName + ".doc"; // fileName = fileName + ".doc";
} else { // } else {
fileName = fileName + ".xls"; // fileName = fileName + ".xls";
} // }
fileName = fileName + ".xls";
this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName); this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName);
}, },
......
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