jiangping
2024-12-06 e1552a4eb2699eb84c4e1419cb76b7beb4951c4a
admin/src/views/finance/components/bullEdit.vue
@@ -219,7 +219,7 @@
      this.$refs.selectHouse.open('选择房源', { contractId: this.form.contractId, type: 0 })
    },
    getCompanyList () {
      companyList({})
      companyList({ type: 2, status: 0 })
        .then(res => {
          this.comparyList = res
        })