Commit 16026630 by caoyanzhi

已选标签为0时,不打开创建分组的弹窗

parent f48a973b
......@@ -313,9 +313,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