|
@@ -374,7 +374,7 @@ export default {
|
|
|
this.formData = [
|
|
|
{ label: '楼盘名称', key: 'estate_name', rules: 1 },
|
|
|
{ label: '所属区域', key: 'area_type', type: 'select', class: 'c-3', options: this.areaList, changeHandle: this.areaChange },
|
|
|
- { label: '所属区域', key: 'area_child', type: 'select', class: 'c-3', options: this.areaChildList },
|
|
|
+ { label: '二级区域', key: 'area_child', type: 'select', class: 'c-3', options: this.areaChildList },
|
|
|
// { label: '二级区域', key: 'area_child', type: 'selectRemote', class: 'c-3',
|
|
|
// remoteParams: { skey: 'area_name', api: `other.admareainfolist?level=2&&page_size=99&parent_id=${params.area_type ? this.areaValIdObj[params.area_type] : ''}`, opKey: 'area_name', opVal: 'id' },
|
|
|
// },
|