Commit 13a28176 by caoyanzhi

update: 分组分类重复展示

parent 27c88b26
......@@ -214,6 +214,9 @@ export default {
this.memberGroupLoading = false;
if (res.errorCode == 0) {
const { result, totalPage } = res.result || {};
if (pageNum == 1) {
this.lists = [];
}
if (Array.isArray(result)) {
this.lists = this.lists.concat(result.map(el => ({ ...el, edit: 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