From 00cd06cd050f73488ce5e4c88d1625937b9a5c31 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Thu, 31 Aug 2023 09:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除多余打印 --- data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue b/data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue index dfc83fe8..d0fc39ff 100644 --- a/data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue +++ b/data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue @@ -981,7 +981,6 @@ return ElasticsearchDsService.query(host, port, username, password, path, dsl); example(type) { this.exampleVisible = true this.currentExample = this.exampleList[type] - console.log(this.currentExample) }, useExample() { this.dataForm.script = this.currentExample