Commit a1122950 authored by 黄奎's avatar 黄奎

导出文件修改

parent 11af3e61
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
var fileName = "品牌信息.xls"; var fileName = "品牌信息.xls";
var that = this; var that = this;
this.apipost( this.apipost(
"/api/Trade/CheckBrandFile", "/api/Trade/CheckBrandEnterpriseFile",
msg, msg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
}, },
getDown() { getDown() {
this.cityOptions = []; this.cityOptions = [];
this.apipost("/api/Trade/GetBusinessExportEnumList", {}, (res) => { this.apipost("/api/Trade/GetBrandEnterpriseExportEnumList", {}, (res) => {
var tempData = []; var tempData = [];
let data = res.data.data; let data = res.data.data;
data.forEach((item) => { data.forEach((item) => {
......
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