MrShi
2024-12-20 57abf8753b35c9d4b2eefaffcef4f53dd5af3b60
admin/src/views/finance/components/bullEditFu.vue
@@ -210,7 +210,7 @@
        this.$refs.selectHouse.open('选择房源', { contractId: this.form.contractId, type: 0 })
      },
      getCompanyList () {
        companyList({})
        companyList({ type: 2 })
          .then(res => {
            this.comparyList = res
          })