From fa5a227aff656fe778f41d469aec4a1a759b64ac Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Tue, 20 Oct 2020 16:25:07 +0800 Subject: [PATCH] =?UTF-8?q?perf(renameNode):=20=E4=BF=AE=E5=A4=8D=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=8A=82=E7=82=B9=EF=BC=8C=E5=90=8C=E5=90=8D?= =?UTF-8?q?=E6=97=B6=E6=9C=89=E4=B8=A4=E6=9D=A1=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoDataZTree/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/AutoDataZTree/index.vue b/src/components/AutoDataZTree/index.vue index 25b803ae9..d9f697c19 100644 --- a/src/components/AutoDataZTree/index.vue +++ b/src/components/AutoDataZTree/index.vue @@ -139,8 +139,6 @@ export default { treeNode.name = treeNode.name + ' (' + assetsAmount + ')' this.zTree.updateNode(treeNode) this.$message.success(this.$t('common.updateSuccessMsg')) - }).catch(error => { - this.$message.error(this.$t('common.updateErrorMsg' + ' ' + error)) }) }, onBodyMouseDown: function(event) {