MrShi
2024-12-06 bed300e1bcf88b121684afe0cba7d2d0533623bf
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 })