Commit f173d414 by Kyle_Li

修改异常会员获取时加载中

parent b9f4fa65
......@@ -451,7 +451,6 @@ export default {
}
doFetchqs("/api-member/list-exception-member", params).then(res => {
if (res.data.errorCode === 0) {
this.load = false;
if (res.data.result.result) {
this.frozenList =
res.data.result.result &&
......@@ -470,6 +469,7 @@ export default {
this.frozenList = [];
this.total = 0;
}
this.load = false;
} else {
this.load = 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