From bed300e1bcf88b121684afe0cba7d2d0533623bf Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 06 十二月 2024 19:25:45 +0800
Subject: [PATCH] 改bug
---
admin/src/views/finance/components/bullEdit.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/admin/src/views/finance/components/bullEdit.vue b/admin/src/views/finance/components/bullEdit.vue
index de28758..40128b5 100644
--- a/admin/src/views/finance/components/bullEdit.vue
+++ b/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
})
--
Gitblit v1.9.3