mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-19 15:04:15 +00:00
build
This commit is contained in:
parent
dc8e5a370f
commit
6732cca479
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 @@
|
|||||||
802c879b0cf4860b
|
5464b087240b2891
|
||||||
|
|||||||
@ -463,7 +463,7 @@ export default {
|
|||||||
if (user.userid === this.userId) {
|
if (user.userid === this.userId) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this.contactsData.findIndex(item => item.userid = user.userid) === -1) {
|
if (this.contactsData.findIndex(item => item.userid == user.userid) === -1) {
|
||||||
this.contactsData.push(user)
|
this.contactsData.push(user)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user