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