This commit is contained in:
Fanzink
2022-02-25 15:12:37 +08:00
parent 2628c14e99
commit 64c27487c5
5 changed files with 13 additions and 9 deletions

View File

@@ -181,6 +181,7 @@ export default {
this.listLoading = true
this.listQuery.name = key
shelfList(this.listQuery).then(response => {
console.log(response)
if (response.data.records) {
this.list = response.data.records
this.list.forEach(item => {