mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-24 13:54:50 +00:00
[fix]修复Tree右键删除2条提示的问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user