Browse Source

去除左上角标签的默认选中

mh
hanyuqing 3 months ago
parent
commit
7433a92620
  1. 2
      vue/src/system/GraphStyle.vue

2
vue/src/system/GraphStyle.vue

@ -319,7 +319,7 @@ export default {
components: {Menu},
data() {
return {
activeTags: '疾病',
activeTags: '',
styleGroups: [],
existingGroups: [],
activeCollapseNames: [],

Loading…
Cancel
Save