From f5092b9cdd0e296535648c29ceb0359ed6a8bc57 Mon Sep 17 00:00:00 2001 From: wenyann Date: Mon, 31 May 2021 16:22:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E4=B8=AD=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B=E6=97=B6=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/track/common/NodeTree.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/track/common/NodeTree.vue b/frontend/src/business/components/track/common/NodeTree.vue index f1f315b3b6..c1b8f3437a 100644 --- a/frontend/src/business/components/track/common/NodeTree.vue +++ b/frontend/src/business/components/track/common/NodeTree.vue @@ -142,9 +142,6 @@ export default { this.filter(val); } }, - created() { - console.log(this.isDisplay); - }, computed: { disabled() { return this.type !== 'edit';