|
|
@@ -249,7 +249,7 @@ export default {
|
|
|
if (list.userList && list.userList.length > 0) {
|
|
|
list.userList.forEach(item => {
|
|
|
console.log(this.value1, 'sss')
|
|
|
- if (this.value1 == item.userId && item.sign === 0 && item.type == 1) {
|
|
|
+ if (this.value1 == item.userId && item.sign == 0 && item.type == 1) {
|
|
|
falg = true
|
|
|
}
|
|
|
})
|