From f823257515db72ca85bcfd4e9827c8d3c3ffc239 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Wed, 26 Mar 2025 11:45:21 +0800 Subject: [PATCH] Fixed: Tree Drag --- src/components/Tree/DataZTree/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tree/DataZTree/index.vue b/src/components/Tree/DataZTree/index.vue index 06f9ab4ca..eac1296c0 100644 --- a/src/components/Tree/DataZTree/index.vue +++ b/src/components/Tree/DataZTree/index.vue @@ -39,7 +39,7 @@ export default { showRenameBtn: false, drag: { isCopy: false, - isMove: true + isMove: !this.$store.getters.currentOrgIsRoot } }, callback: {