From 011bb5bfb638dbf595c1a4b952952cf0c6722ed7 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Mon, 2 Sep 2024 16:03:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA):=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=98=8E=E7=BB=86=E6=95=B0=E6=8D=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/visualized/data/dataset/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/visualized/data/dataset/index.vue b/core/core-frontend/src/views/visualized/data/dataset/index.vue index 103918e984..52604e9c69 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/index.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/index.vue @@ -335,7 +335,6 @@ const exportDataset = () => { showExport.value = true exportForm.value.name = nodeInfo.name exportForm.value.expressionTree = '' - console.log(computedFiledList) nextTick(() => { rowAuth.value.init({}) rowAuth.value.relationList = []