//当点击关闭分配权限对话框时候,清空defKeys中的数据 //下面的代码解决一闪而过的问题 setRightsDialogClosed () { this.defKeys=[] this.$nextTick(function (){ this.$refs.treeRef.setCheckedKeys([]) }) },
//当点击关闭分配权限对话框时候,清空defKeys中的数据 //下面的代码解决一闪而过的问题 setRightsDialogClosed () { this.defKeys=[] this.$nextTick(function (){ this.$refs.treeRef.setCheckedKeys([]) }) },