mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 08:58:11 +00:00
no message
This commit is contained in:
parent
6732cca479
commit
3f3e4a94ff
2
public/js/app.js
vendored
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
@ -1 +1 @@
|
||||
5464b087240b2891
|
||||
c9df4a31af5c2334
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user