From d01f903a9ec6b6d0bf32b6ee7c3fe2348f812951 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 22 Sep 2020 15:15:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E6=A0=91=E8=8A=82=E7=82=B9=E7=A7=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/jumpserver/lina/issues/383 --- src/components/DataZTree/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DataZTree/index.vue b/src/components/DataZTree/index.vue index 95927f2e5..28429dc77 100644 --- a/src/components/DataZTree/index.vue +++ b/src/components/DataZTree/index.vue @@ -37,8 +37,8 @@ export default { showRemoveBtn: false, showRenameBtn: false, drag: { - isCopy: true, - isMove: true + isCopy: false, + isMove: false } }, callback: {