From 27d7885cc92b19230a17d0a7940722991c54286c Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 15 Jul 2022 10:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056546=20=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E6=95=B0=E6=8D=AE=E8=BF=87=E5=A4=9A=E6=97=B6=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=87=E6=85=A2=20=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E7=82=B9=E5=87=BB=20=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=20=E6=95=B0=E6=8D=AE=E8=A2=AB=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20=E5=B9=B6=E6=8F=90=E7=A4=BA=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index b53e41680..30782f2dd 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1048,6 +1048,8 @@ export default { batchDelete () { if (this.selectedList.length === 0) { this.$message.error('请选择要删除的数据') + } if(this.selectedList.length > 10){ + this.$message.error('批量删除仅支持10条以内') } else { this.$confirm('确认删除选择数据?', '确认删除', { confirmButtonText: '确定',