no message

This commit is contained in:
kuaifan 2022-05-25 16:45:26 +08:00
parent 6732cca479
commit 3f3e4a94ff
5 changed files with 5 additions and 5 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
5464b087240b2891
c9df4a31af5c2334

View File

@ -257,7 +257,7 @@ export default {
let list = [];
this.contactsFilter.some(user => {
let az = user.az ? user.az.toUpperCase() : "#";
let item = list.find(item => item.az = az);
let item = list.find(item => item.az == az);
if (item) {
if (item.list.findIndex(({userid}) => userid == user.userid) === -1) {
item.list.push(user)