From 4b03e47c87874b60bf2dba2a5b46f0734e9ec374 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Thu, 28 Jul 2022 16:39:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86=20=E8=AF=B7=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E9=80=89=E6=8B=A9=E6=9D=A1=E6=AC=BE=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E6=9C=89=E5=AD=90=E8=8A=82=E7=82=B9=EF=BC=8C=E8=8B=A5=E6=9C=89?= =?UTF-8?q?=EF=BC=8C=E5=88=99=E6=AD=A4=E6=AC=A1=E5=88=A0=E9=99=A4=E5=B0=86?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=88=A0=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localTool/standAutoSplit/pages/itemSplitInfo.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue index 275984ed2..e6ef68362 100644 --- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue +++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue @@ -1509,19 +1509,19 @@ export default { if (res.data) { this.batchDeleteItem() } else if(this.selectedList === null){ - this.$message.warning('请选择要删除的数据') + this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。') } else { this.deleteItemsModal = true } }, e => { }) } else { - this.$message.warning('请选择要删除的数据') + this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。') } }, batchDeleteItem () { if (this.selectedList != null && this.selectedList.length > 0) { - this.$confirm('确认删除选择数据?', '提示', { + this.$confirm('请确认选择条款是否有子节点,若有,则此次删除将全部删除。', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning', @@ -1556,7 +1556,7 @@ export default { }) }).catch(() => {}) } else { - this.$message.warning('请选择要删除的数据') + this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。') } }, // 批量复制 事件