Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
5cfe6f4168
@ -264,14 +264,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import G6Editor from "@antv/g6-editor";
|
import G6Editor from "@antv/g6-editor";
|
||||||
import mixin from "../mianview/mixin";
|
import mixin from "../mianview/mixin";
|
||||||
import { selectScriptEdgeNode } from "@/api/system/preview";
|
import { selectScriptEdgeNode } from "@/api/system/preview";
|
||||||
import { construct } from "netflix-conductor-json-tree/dist/index";
|
import { construct } from "netflix-conductor-json-tree/dist/index";
|
||||||
import Cookies from 'js-cookie'
|
import Cookies from 'js-cookie'
|
||||||
export default {
|
export default {
|
||||||
name: "VueG6Editor",
|
name: "VueG6Editor",
|
||||||
mixins: [mixin],
|
mixins: [mixin],
|
||||||
data() {
|
data() {
|
||||||
@ -648,7 +648,7 @@
|
|||||||
// console.log(this.form,'this.form')
|
// console.log(this.form,'this.form')
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 初始化
|
// 初始化
|
||||||
initG6Editor() {
|
initG6Editor() {
|
||||||
const _this = this;
|
const _this = this;
|
||||||
@ -891,10 +891,9 @@
|
|||||||
console.log(JSON.stringify(res, null, 2));
|
console.log(JSON.stringify(res, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
|
||||||
@import url("../mianview/index.less");
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
<style lang="less">
|
||||||
|
@import url("../mianview/index.less");
|
||||||
|
</style>
|
||||||
|
|||||||
@ -461,14 +461,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import G6Editor from "@antv/g6-editor";
|
import G6Editor from "@antv/g6-editor";
|
||||||
import mixin from "../mianview/mixin";
|
import mixin from "../mianview/mixin";
|
||||||
import { insertScriptEdgeNode,selectScriptEdgeNode } from "@/api/system/preview";
|
import { insertScriptEdgeNode,selectScriptEdgeNode } from "@/api/system/preview";
|
||||||
import Cookies from 'js-cookie'
|
import Cookies from 'js-cookie'
|
||||||
import { construct } from "netflix-conductor-json-tree/dist/index";
|
import { construct } from "netflix-conductor-json-tree/dist/index";
|
||||||
export default {
|
export default {
|
||||||
name: "VueG6Editor",
|
name: "VueG6Editor",
|
||||||
mixins: [mixin],
|
mixins: [mixin],
|
||||||
data() {
|
data() {
|
||||||
@ -880,9 +880,10 @@ export default {
|
|||||||
console.log(JSON.stringify(res, null, 2));
|
console.log(JSON.stringify(res, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="less">
|
||||||
|
@import url("../mianview/index.less");
|
||||||
|
</style>
|
||||||
|
|
||||||
<style lang="less">
|
|
||||||
@import url("../mianview/index.less");
|
|
||||||
</style>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user