材料站班组结算

This commit is contained in:
syruan 2025-07-30 13:57:45 +08:00
parent eabd6088b6
commit f97e09e7e5
1 changed files with 2 additions and 2 deletions

View File

@ -353,8 +353,8 @@ export default {
unitIds: this.unitIds unitIds: this.unitIds
} }
getClzSltAgreementInfo(params).then(response => { getClzSltAgreementInfo(params).then(response => {
this.tableList = response.data.rows this.tableList = response.rows
this.total = response.data.total this.total = response.total
this.loading = false this.loading = false
}) })
}, },