From 15ee7455f62713dc25c67b418077e3e6d6b2c554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 9 Nov 2021 23:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E5=92=8C=E6=9C=BA=E6=9E=84=E7=9A=84=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/material/MaterialCategoryList.vue | 2 +- jshERP-web/src/views/system/OrganizationList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jshERP-web/src/views/material/MaterialCategoryList.vue b/jshERP-web/src/views/material/MaterialCategoryList.vue index 95f4032c..6c9f3fb0 100644 --- a/jshERP-web/src/views/material/MaterialCategoryList.vue +++ b/jshERP-web/src/views/material/MaterialCategoryList.vue @@ -244,7 +244,7 @@ export default { var that = this this.$confirm({ title: '确认删除', - content: '确定要删除所选中的 ' + this.checkedKeys.length + ' 条数据,以及子节点数据吗?', + content: '确定要删除所选中的 ' + this.checkedKeys.length + ' 条数据吗?', onOk: function () { deleteAction(that.url.deleteBatch, {ids: ids}).then((res) => { if (res.code == 200) { diff --git a/jshERP-web/src/views/system/OrganizationList.vue b/jshERP-web/src/views/system/OrganizationList.vue index 3a01a25a..98dbde66 100644 --- a/jshERP-web/src/views/system/OrganizationList.vue +++ b/jshERP-web/src/views/system/OrganizationList.vue @@ -244,7 +244,7 @@ export default { var that = this this.$confirm({ title: '确认删除', - content: '确定要删除所选中的 ' + this.checkedKeys.length + ' 条数据,以及子节点数据吗?', + content: '确定要删除所选中的 ' + this.checkedKeys.length + ' 条数据?', onOk: function () { deleteAction(that.url.deleteBatch, {ids: ids}).then((res) => { if (res.code == 200) { @@ -389,7 +389,7 @@ export default { var that = this this.$confirm({ title: '确认删除', - content: '确定要删除此机构以及子节点数据吗?', + content: '确定要删除此机构吗?', onOk: function () { deleteByDepartId({id: that.rightClickSelectedKey}).then((resp) => { if (resp.success) {