Commit 7fadcfa2 by caoyanzhi

update: 会员分组优化

parent 72285e6a
......@@ -154,6 +154,9 @@ export default {
closeBatch() {
this.batchDialog = false;
this.groupId = '';
this.params.totalPage = 1;
this.params.classifyName = '';
this.params.pageNum = 1;
this.$emit('update:batchVisiable', false);
},
searchGroupList(classifyName) {
......@@ -218,7 +221,9 @@ export default {
batchVisiable(newval) {
newval && [1,0].includes(this.operateNumber) && this.checkGroup();
this.batchDialog = newval;
this.getMemberGroupList();
if (newval) {
this.getMemberGroupList();
}
},
operateNumber(newval) {
this.operNum = newval;
......
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