修复选项卡点击右键刷新丢失参数问题

This commit is contained in:
RuoYi
2022-01-18 11:03:29 +08:00
parent 9f1030d222
commit 58d573e89b
4 changed files with 7 additions and 7 deletions

View File

@ -89,7 +89,7 @@ function initHandle() {
proxy.$refs.selectTree.setCurrentKey(selectedValue) // 设置默认选中
defaultExpandedKey.value = [selectedValue] // 设置默认展开
}
}else{
} else {
clearHandle()
}
})