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