Fixed: Tree Drag

This commit is contained in:
zhaojisen
2025-03-26 11:45:21 +08:00
committed by Bryan
parent d3f4b2b2e8
commit f823257515

View File

@@ -39,7 +39,7 @@ export default {
showRenameBtn: false,
drag: {
isCopy: false,
isMove: true
isMove: !this.$store.getters.currentOrgIsRoot
}
},
callback: {