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 }) @@ -219,7 +220,7 @@ this.$refs.selectHouse.open('选择房源', { contractId: this.form.contractId, type: 0 }) }, getCompanyList () { companyList({}) companyList({ type: 2, status: 0 }) .then(res => { this.comparyList = res })