材料站班组结算
This commit is contained in:
parent
eabd6088b6
commit
f97e09e7e5
|
|
@ -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
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue