From b5e1722da3d9e41fc469d94a1ebed60ca808ed05 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 1 Aug 2024 19:19:55 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87985?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/EnterpriseStandardList.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index d8499fc..b858d8d 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -526,12 +526,6 @@ export default { this.$message.warning(this.$t('selectARecord')) return } - console.log(this.selectionRows) - if (this.selectionRows.find(item => !item.editFlag)) { - // 有没有查看权限的数据 - this.$message.warning(this.$t('enterpriseStandardLibrary.standard.disabledBatchDel')) - return - } const ids = this.selectedRowKeys.join(',') this.$confirm({ title: this.$t('confirmBatchDeletion'),