Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue
@@ -4,7 +4,7 @@ <basic-container> <div style="display: flex;justify-content: space-between;flex-wrap: wrap"> <div class="tag-group"> <span class="tag-group__title">分组</span> <span class="tag-group__title" v-if="types.length>0">分组</span> <el-tag v-for="item in types" :key="item.key" @@ -226,7 +226,8 @@ }, created() { this.getGroups(); this.initList(); }, this.initList(); }, methods:{ getGroups() { getDicts('EnumIconGroups').then(res => {