diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue index 912cc129..bdfc0e4f 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue @@ -44,7 +44,7 @@ - @@ -72,8 +72,9 @@ export default { type: '', current: 1, size: 10, - total: 0 + }, + total: 0, girdList: [], timeList: [], data: {}, @@ -144,11 +145,13 @@ export default { this.instance.post(`/app/appintegraluser/getChangeDetail`, null, { params: { ...this.search, //积分类型 + total: this.total, id: this.$route.query.id, } }).then(res => { if(res?.data) { this.tableData = res.data.records + this.total = res.data.total } }) },