页面修改
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user