Commit 681d8e53 authored by 黄奎's avatar 黄奎

页面修改

parent 3165c259
......@@ -409,7 +409,6 @@
this.loading = false;
if (res.data.resultCode == 1) {
this.dataList = res.data.data;
console.log(this.dataList,'datalist');
this.isShow = true;
} else {
this.Error(res.data.message);
......
......@@ -368,7 +368,8 @@
this.loading = true;
let qMsg = {
queryMsg: this.msg,
uid: this.getLocalStorage().EmployeeId
uid: this.UserInfo.SupplierAccountId,
OPType:1
};
let fileName = "订房查询" + this.$commonUtils.getCurrentDate() + ".xls";
this.GetLocalFile("hotel_get_downloadHotel", qMsg, 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