From 27614920e2f36407f0635d73e931e6cea852298f Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期二, 05 十二月 2023 10:27:41 +0800 Subject: [PATCH] 1、增加数据统计接口与相关实现类方法 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) 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