diff --git a/src/views/materialsStation/cost/component/applyHome.vue b/src/views/materialsStation/cost/component/applyHome.vue index 2f396e1b..9d0648ce 100644 --- a/src/views/materialsStation/cost/component/applyHome.vue +++ b/src/views/materialsStation/cost/component/applyHome.vue @@ -353,8 +353,8 @@ export default { unitIds: this.unitIds } getClzSltAgreementInfo(params).then(response => { - this.tableList = response.data.rows - this.total = response.data.total + this.tableList = response.rows + this.total = response.total this.loading = false }) },