|
@@ -135,7 +135,7 @@ export default {
|
|
|
if (val) {
|
|
|
if (this.curObj.id) {
|
|
|
this.loading = true
|
|
|
- this.$api.school.admestatedetail({id: this.curObj.id}).then(res => {
|
|
|
+ this.$api.house.admestatedetail({id: this.curObj.id}).then(res => {
|
|
|
let curData = res || {}
|
|
|
if (curData.house_type) curData.house_type = curData.house_type.split(',')
|
|
|
if (curData.product_type) curData.product_type = curData.product_type.split(',')
|