This commit is contained in:
yanran200730
2022-12-23 15:35:13 +08:00
parent 7f33c522ea
commit 09f9256f06
2 changed files with 5 additions and 4 deletions

View File

@@ -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 => {