Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -291,16 +291,9 @@ return; } if (this.type === 'bulkEdit') { this.tableHeadFindData.map(item => item.prop) .forEach((prop, index) => { this.exportArrTwo[`attrIdIndexMap[${index}]`] = prop; }); downloadExcelBatchEdit({ codeClassifyOid: this.codeClassifyOid, 'conditionMap[oid]': this.ids, ...this.exportArrTwo, limit: -1 }).then(res => { // console.log('res',res) if (res) { func.downloadFileByBlobHandler(res); this.$message.success('下载成功,请查看!')