This commit is contained in:
闫晓茹 2024-06-17 09:44:20 +08:00
parent 3095a4af40
commit a1d79e1a35

View File

@ -264,14 +264,14 @@
</div>
</section>
</div>
</template>
<script>
import G6Editor from "@antv/g6-editor";
import mixin from "../mianview/mixin";
import { selectScriptEdgeNode } from "@/api/system/preview";
import { construct } from "netflix-conductor-json-tree/dist/index";
import Cookies from 'js-cookie'
export default {
</template>
<script>
import G6Editor from "@antv/g6-editor";
import mixin from "../mianview/mixin";
import { selectScriptEdgeNode } from "@/api/system/preview";
import { construct } from "netflix-conductor-json-tree/dist/index";
import Cookies from 'js-cookie'
export default {
name: "VueG6Editor",
mixins: [mixin],
data() {
@ -648,7 +648,7 @@
// console.log(this.form,'this.form')
})
},
},
//
initG6Editor() {
const _this = this;
@ -891,10 +891,9 @@
console.log(JSON.stringify(res, null, 2));
}
}
};
</script>
<style lang="less">
@import url("../mianview/index.less");
</style>
};
</script>
<style lang="less">
@import url("../mianview/index.less");
</style>