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