diff --git a/src/components/home/HomeApplyUploadComp.vue b/src/components/home/HomeApplyUploadComp.vue index 914be449..12320d02 100644 --- a/src/components/home/HomeApplyUploadComp.vue +++ b/src/components/home/HomeApplyUploadComp.vue @@ -185,20 +185,18 @@ export default { businessType: businessType, nodeStatus: houseApplyStatus, processKey: processKey, - nodeStatusSort: '1,32,2,3,33,31,4,5,34,6,7,8,9,10,' - + '12,13,14,15,16,17,28,19,18,' - + '20,21,22,23,24,25,30,29,26,27' - , + dictTypeSort: 'home_stage_status', + nodeStatusSort: '', }).then(resp => { //console.log(resp); try { if(!resp.data || resp.data.length === 0) return; - let rows = resp.data[0].params.children; + let rows = resp.data[0].children; rows.forEach((value, index) => { - if (!value.params.children) + if (!value.children) return; - this.handleResponse(value.params.children, proposerId, houseApplyStatus, tableName); + this.handleResponse(value.children, proposerId, houseApplyStatus, tableName); }); } catch (e) diff --git a/src/components/house/HouseLocationPlanComp.vue b/src/components/house/HouseLocationPlanComp.vue index 79b55d3e..d8e31a9e 100644 --- a/src/components/house/HouseLocationPlanComp.vue +++ b/src/components/house/HouseLocationPlanComp.vue @@ -10,8 +10,8 @@ :before-delete="handleRemove" v-model="uploadImg.fileList" :after-read="onUploadChanged" + :accept="uploadImg.accept" > - diff --git a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue index 6b236ce6..b342b50e 100644 --- a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue +++ b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue @@ -21,7 +21,7 @@

基本信息

- +
{{item.sqrxm}} @@ -30,6 +30,7 @@