Commit c7f91ecc by caoyanzhi

修改拼写问题

parent 893de463
......@@ -71,7 +71,7 @@
<div class="tags-search">
<el-input type="search" placeholder="请输入关键词回车搜索标签" prefix-icon="el-icon-search" v-model="searchData" @keydown.native.enter="searchTags"></el-input>
</div>
<tag-container :data="tagsGroupList" :refresh="refershList" @addTag="selectedTag"></tag-container>
<tag-container :data="tagsGroupList" :refersh="refreshList" @addTag="selectedTag"></tag-container>
<div class="page-box">
<el-pagination
background
......@@ -89,7 +89,7 @@
</div>
</el-dialog>
<!-- 添加标签、编辑标签 -->
<edit-tag :showEditTagPop.sync="showEditTagPop" :tagData="tagData" :title="editPopType === 'add' ? '添加标签' : '编辑标签'" @returnTagData="returnTagData" @refresh="refresh"></edit-tag>
<edit-tag :showEditTagPop.sync="showEditTagPop" :tagData="tagData" :title="editPopType === 'add' ? '添加标签' : '编辑标签'" @returnTagData="returnTagData" @refersh="refresh"></edit-tag>
<vue-gic-footer></vue-gic-footer>
</div>
</template>
......@@ -169,7 +169,7 @@ export default {
updateDay: '',
effectiveStatus: 1
},
refershList: {},
refreshList: {},
// 标签组的索引
activeTagsGroupIndex: 0,
......@@ -294,7 +294,6 @@ export default {
this.$router.push(route);
},
refresh(list) {
console.log('list', list);
list.changeRefersh = true;
this.refershList = list;
},
......
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