From 96b74e7bcb173db10d96df2dfed9b5a168a91e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 7 Apr 2022 17:18:29 +0800 Subject: [PATCH] =?UTF-8?q?51985=20=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E6=8B=86=E5=88=86-=E5=88=A0=E9=99=A4=EF=BC=8C=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=88=A0=E9=99=A450=E6=9D=A1=20=E5=88=A0=E9=99=A46?= =?UTF-8?q?=E6=AC=A1=E4=B9=8B=E5=90=8E=EF=BC=8C=E7=A8=8B=E5=BA=8F=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue index f62e038e5..e75101f69 100644 --- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue +++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue @@ -1506,6 +1506,8 @@ export default { }, res => { if (res.data) { this.batchDeleteItem() + } else if(this.selectedList != null && this.selectedList.length > 20){ + this.$message.warning('单次最多删除20个条款') } else { this.deleteItemsModal = true }