admin/src/views/finance/components/bullEdit.vue
@@ -177,10 +177,11 @@ changeContract (e) { this.form.renterName = this.contract.filter(item => { if (item.id === e) { this.form.companyId = item.companyId return item } })[0].renterName this.getHouseDate() // this.getHouseDate() }, getHouseDate () { getContractRoom({ contractId: this.form.contractId, type: 0 })