过滤禁用的用户

This commit is contained in:
huangdeliang
2020-10-09 21:47:05 +08:00
parent 0ce3c1d78e
commit d858c965cd
3 changed files with 12 additions and 12 deletions

View File

@ -247,9 +247,9 @@
this.getList();
getOptions().then(response => {
this.options = response.data.reduce((opts, cur) => {
if (cur.postCode.startsWith('planner')) {
return opts;
}
// if (cur.postCode.startsWith('planner')) {
// return opts;
// }
if (!opts[cur.postId]) {
opts[cur.postId] = [];
}