diff --git a/src/components/AutoDataZTree/index.vue b/src/components/AutoDataZTree/index.vue index 140ea396b..7a9265429 100644 --- a/src/components/AutoDataZTree/index.vue +++ b/src/components/AutoDataZTree/index.vue @@ -119,8 +119,8 @@ export default { ).then(() => { this.$message.success(this.$t('common.deleteSuccessMsg')) this.zTree.removeNode(currentNode) - }).catch(error => { - this.$message.error(this.$t('common.deleteErrorMsg' + ' ' + error)) + }).catch(() => { + // this.$message.error(this.$t('common.deleteErrorMsg' + ' ' + error)) }) }, onRename: function(event, treeId, treeNode, isCancel) {