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}, components: {Menu},
data() { data() {
return { return {
activeTags: '疾病', activeTags: '',
styleGroups: [], styleGroups: [],
existingGroups: [], existingGroups: [],
activeCollapseNames: [], activeCollapseNames: [],

Loading…
Cancel
Save