Commit 02a38af6 by caoyanzhi

注释

parent 49a2ddb9
......@@ -51,7 +51,6 @@
<script>
/**
* 添加标签的弹窗
* 7个地方需要切换标签组选中状态,分别是
* 默认标签组
* 点击下拉菜单添加按钮
......
......@@ -114,6 +114,7 @@ export default {
changeTagsGroupRelation() {
this.$emit('changeTagsGroupRelation');
},
// 选中当前标签组
checkTagsGroup() {
this.$emit('checkTagsGroup', {
tagsGroupIndex: this.tagsGroupIndex
......
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