Commit e1b86a08 by 无尘

fix: 修改标签

parent d8fde516
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 11:09:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 17:11:32
* @LastEditTime: 2020-09-07 17:47:41
-->
<!--
<tag-classify-list :tag-list="tagList" :current-classify-id="currentClassifyId" :brand-id="brandId" @refreshClassify="refreshClassify" @changeClass="changeClass"></tag-classify-list>
......@@ -91,6 +91,7 @@ export default {
closeClassify(res) {
const that = this;
that.showTagClass = false;
that.$emit('refreshClassify');
if (res == 'close') {
return false;
}
......
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