Commit 38a977f8 authored by bianlongting's avatar bianlongting 💬

去掉monaco获取数据脚本注释

parent c2dd872a
......@@ -232,7 +232,7 @@ export default {
this.$t("Alert")
).catch(e => {});
} else {
//this.meta.script = this.$refs.codeEditor.editor.getValue();
this.meta.script = this.$refs.codeEditor.editor.getValue();
this.$emit("input", this.meta, isPreview);
this.visible = false;
this.meta = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment