Commit 8fa1b0b2 by caoyanzhi

实现无选中的标签也能打开创建分组的弹窗

parent 245e63f3
......@@ -56,7 +56,7 @@
<vue-gic-footer></vue-gic-footer>
</div>
<div class="group-right-list" v-show="groupShow && groupListNumber">
<div class="group-right-list" v-show="groupShow">
<div class="group-title">
<i class="iconfont icon-17" />
已经选标签:
......@@ -318,9 +318,9 @@ export default {
});
},
expendsGroupList() {
if (this.selectedTags && this.selectedTags.length) {
this.groupShow = true;
}
// if (this.selectedTags && this.selectedTags.length) {
this.groupShow = true;
// }
},
returnTagData(tagData) {
let tagParams = JSON.parse(tagData.tagParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment