fix: 去除多余打印

去除多余打印
main
hong.yang 2 years ago
parent 92d5864dab
commit 00cd06cd05

@ -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

Loading…
Cancel
Save