Commit 938b9306 authored by 黄奎's avatar 黄奎

页面修改

parent aa14be07
...@@ -549,10 +549,10 @@ ...@@ -549,10 +549,10 @@
this.loading = true; this.loading = true;
let qMsg = { let qMsg = {
queryMsg: this.msg, queryMsg: this.msg,
uid: this.getLocalStorage().EmployeeId uid: this.getLocalStorageSupplier().SupplierAccountId
}; };
let fileName = "酒店查询统计" + this.$commonUtils.getCurrentDate() + ".xls"; let fileName = "酒店查询统计" + this.$commonUtils.getCurrentDate() + ".xls";
this.GetLocalFile("hotel_get_downloadHotelQuery", qMsg, fileName, this.GetLocalFile("hotel_get_downloadHotelQuery_Supplier", qMsg, fileName,
res => { res => {
this.loading = false; this.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