Commit 0bf2564c by liuchenxi

update: 缓存会员分组列表

parent 6540da7f
......@@ -8,9 +8,9 @@
</div> -->
<transition name="fade" mode="out-in">
<!-- 缓存已经填好内容的页面 -->
<!-- <keep-alive include="editGroupGrade"> -->
<keep-alive include="memberGroupList">
<router-view></router-view>
<!-- </keep-alive > -->
</keep-alive >
</transition>
</div>
</div>
......
......@@ -1384,7 +1384,7 @@ export default {
}).finally(() => this.reqLock = false);
}
},
created() {
activated() {
this.loading = true;
this.params = {
groupName: this.tagSearch,
......@@ -1396,8 +1396,6 @@ export default {
memberTagGroupClassifyId: '',
fixedType: 0
};
},
mounted() {
this.getGroupList();
this._groupCount();
},
......
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