This commit is contained in:
parent
99b23755ff
commit
2d9c89c66c
|
|
@ -440,8 +440,8 @@ export default {
|
||||||
|
|
||||||
}
|
}
|
||||||
getSltAgreementInfo(params).then((response) => {
|
getSltAgreementInfo(params).then((response) => {
|
||||||
this.tableList = response.rows
|
this.tableList = response.data.rows
|
||||||
this.total = response.total
|
this.total = response.data.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -363,8 +363,8 @@ export default {
|
||||||
unitIds: this.unitIds
|
unitIds: this.unitIds
|
||||||
}
|
}
|
||||||
getSltAgreementInfo(params).then(response => {
|
getSltAgreementInfo(params).then(response => {
|
||||||
this.tableList = response.rows
|
this.tableList = response.data.rows
|
||||||
this.total = response.total
|
this.total = response.data.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue