@ -231,7 +231,8 @@ export default {
checkHandle: function (type) {
const params = {
id: this.dataForm.id,
state: type
state: type,
homeId: this.dataForm.homeId
}
this.$http.post('/pli/power/rentContractInfo/review', params).then(({ data: res }) => {
if (res.code !== 0) {