瀏覽代碼

fix: 去除多余打印

 去除多余打印
hong.yang 1 年之前
父節點
當前提交
00cd06cd05
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue

+ 0 - 1
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