乡村乡村
This commit is contained in:
@@ -146,9 +146,9 @@
|
||||
},
|
||||
|
||||
getList () {
|
||||
this.$http.post(`/api/appalbumphoto/list`).then(res => {
|
||||
this.$http.post(`/api/appalbumphoto/DetailByAlbumID?albumId=${this.id}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.list = res.data.records
|
||||
this.list = res.data
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user