From 407bdb52c4a27fdda3142b12ae466be48919c988 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 24 Aug 2021 13:45:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=AA=E8=A1=A8=E7=89=88=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E5=88=B7=E7=BA=BF=E8=AE=BE=E7=BD=AE=E4=B8=BA5?= =?UTF-8?q?=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/Preview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index d40a4ae3ed..488dd6381c 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -84,7 +84,7 @@ export default { componentDataShow: [], mainWidth: '100%', mainHeight: '100%', - searchCount: -1, + searchCount: 0, chartDetailsVisible: false, showChartInfo: {}, showChartTableInfo: {}