From cb879d4b00359b065c073e8eff63882da218b881 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 05 十二月 2023 16:50:33 +0800 Subject: [PATCH] 批量编辑bug --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index e3e913a..ecff417 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -652,20 +652,13 @@ }, //鎵归噺缂栬緫 bulkEditHandler(type) { - // console.log(this.nodeClickList) if (this.nodeClickList.children.length >= 1) { this.$message.warning('褰撳墠閫夋嫨鐨勫垎绫讳笉鏄彾瀛愯妭鐐癸紝涓嶅厑璁告壒閲忕紪杈戯紒') return; } - const Editing = this.selectRow.every(item => item.lcstatus === 'Editing'); - - if (Editing) { this.batchImportData.visible = true this.batchImportData.type = type this.batchImportData.codeClassifyOid = this.codeClassifyOid - } else { - this.$message.warning('閫夋嫨鐨勬暟鎹腑鏈夌紪鐮佺姸鎬佷笉鏄�滅紪杈戜腑鈥濓紝涓嶅彲缂栬緫锛�'); - } }, addSaveHandler() { this.$nextTick(() => { -- Gitblit v1.9.3