src/views/systemSetting/dataImport.vue
@@ -830,7 +830,7 @@ } // 数据提交前去除空格方法 this.tableDataTrim() // this.tableDataTrim() const data = { fileCode: this.excelCode, @@ -2171,7 +2171,9 @@ // 模板下载 async getExcel() { const res = await DownLoadExcel({ FileCode: this.excelCode }) if (res.code === '200') { window.location.href = res.data } }, async getSelectArr() { await this.getPrentOrganization()