Commit a1122950 authored by 黄奎's avatar 黄奎

导出文件修改

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