Commit d4377063 by 史敦盼

修改

1 parent fd1befaa
Showing with 2 additions and 4 deletions
......@@ -4,7 +4,7 @@
* @Autor: pan
* @Date: 2024-04-23 11:30:05
* @LastEditors: pan
* @LastEditTime: 2024-05-06 19:40:38
* @LastEditTime: 2024-05-06 20:40:11
-->
<template>
<div class="dataMapping w-100">
......@@ -150,7 +150,6 @@
<span class="legend-1 flex-c m-r-10">遵从</span>
<span class="legend-2 flex-c m-r-10">完善</span>
<span class="legend-3 flex-c">新增</span>
<SvgIcon icon-class="drag" />
</div>
<MxGraph ref="graph" />
</div>
......@@ -168,7 +167,6 @@
<script>
import Add from './Add.vue'
import MxGraph from './MxGraph.vue'
import SvgIcon from '@/components/SvgIcon'
import {
getAutomaticGraphing,
query_jia_gou_ceng_ci_new,
......@@ -199,7 +197,7 @@ export default {
checkedNodes: []
}
},
components: { MxGraph, Add, SvgIcon },
components: { MxGraph, Add },
created() {
this.getOptions()
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!