diff --git a/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue b/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue index e0b5186a..454f82a3 100644 --- a/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue +++ b/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue @@ -24,7 +24,7 @@ @@ -71,7 +71,8 @@ export default { id: '', name: '', nowIntegral: '', - page: {current: 1, size: 10, total: 0}, + page: {current: 1, size: 10}, + total: 0 } }, methods: { @@ -85,7 +86,7 @@ export default { }).then(res => { if (res?.data) { this.detailTable = res.data.records - this.page.total = res.data.total + this.total = res.data.total this.name = name this.nowIntegral = nowIntegral this.id = id