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/MasterCrud/VciMasterCrud.vue | 4 ---- Source/UBCS-WEB/src/components/BatchImport/index.vue | 7 ------- 2 files changed, 0 insertions(+), 11 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('涓嬭浇鎴愬姛锛岃鏌ョ湅锛�') diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index ef999e2..213d37f 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -629,10 +629,6 @@ this.$message.warning('褰撳墠閫夋嫨鐨勫垎绫讳笉鏄彾瀛愯妭鐐癸紝涓嶅厑璁告壒閲忕紪杈戯紒') return; } - if (this.selectRow.length <= 0) { - this.$message.warning('璇烽�夋嫨鑷冲皯涓�鏉℃暟鎹紒') - return; - } const Editing = this.selectRow.every(item => item.lcstatus === 'Editing'); if (Editing) { -- Gitblit v1.9.3