From dae003e3db91afd27102f6b14bf97150a3bae0a0 Mon Sep 17 00:00:00 2001 From: shizhongming Date: Tue, 23 Apr 2024 22:32:00 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=B3=BB=E7=BB=9F=E6=A8=A1=E5=9D=97-?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86):=201=E3=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=202=E3=80=81=E8=8F=9C=E5=8D=95=E5=8F=AF=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=88=B6=E7=BA=A7=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/smart-system/views/function/FunctionListView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/smart-system/views/function/FunctionListView.vue b/src/modules/smart-system/views/function/FunctionListView.vue index e0d1d262a..63b7f4aa1 100644 --- a/src/modules/smart-system/views/function/FunctionListView.vue +++ b/src/modules/smart-system/views/function/FunctionListView.vue @@ -133,7 +133,6 @@ }); const getTreeData = (model: Recordable) => { const { functionType, isTopAdd } = model; - console.log(isTopAdd); let treeData: Recordable[] = []; if (isTopAdd !== true) { let dataList: Recordable[] = [];