This commit is contained in:
yanran200730
2022-05-25 17:50:44 +08:00
parent f23adc52ef
commit 7211926a77
7 changed files with 22 additions and 13 deletions

View File

@@ -80,9 +80,9 @@
methods: {
getList () {
this.$http.post(`/api/appalbumphoto/DetailByAlbumID?albumId=${this.id}`).then(res => {
this.$http.post(`/api/appalbumphoto/DetailByAlbumID?albumId=${this.id}&pageSize=100000`).then(res => {
if (res.code === 0) {
this.list = res.data.map(v => {
this.list = res.data.records.map(v => {
return {
...v,
checked: false