From a2340107467fe78a71098dffc6c2280568a01213 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 04 十二月 2023 18:02:49 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/src/components/BatchImport/index.vue | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue index 45efd2b..9bd82c3 100644 --- a/Source/UBCS-WEB/src/components/BatchImport/index.vue +++ b/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('涓嬭浇鎴愬姛锛岃鏌ョ湅锛�') -- Gitblit v1.9.3