bug
This commit is contained in:
@@ -438,7 +438,6 @@
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
console.log(this.disabledList)
|
||||
this.list = res.data.records.filter(v => {
|
||||
return this.disabledList.indexOf(v.id) === -1
|
||||
}).map(v => {
|
||||
|
||||
Reference in New Issue
Block a user