页面修改

This commit is contained in:
huangdeliang
2020-12-05 11:06:25 +08:00
parent b7483086a2
commit 6d0377aea2
2 changed files with 9 additions and 7 deletions

View File

@ -136,9 +136,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] = [];
}
@ -152,8 +152,9 @@
}
return opts;
}, {});
this.postIdOptions = this.postIdOptions.sort((a, b) => a.dictValue - b.dictValue);
this.searchUserIdOptions = this.totalUserIdOptions.slice();
});
})
},
methods: {