29497
This commit is contained in:
@@ -50,7 +50,9 @@ export default {
|
||||
categoryType: '1',
|
||||
}
|
||||
}).then((res)=>{
|
||||
this.list = this.current == 1? res.data.records:[...this.list,...res.data.records,]
|
||||
if (res?.data) {
|
||||
this.list = this.current == 1? res.data.records:[...this.list,...res.data.records,]
|
||||
}
|
||||
})
|
||||
},
|
||||
toNewList(id,categoryName) {
|
||||
|
||||
Reference in New Issue
Block a user