Browse Source

宅基地调查

wulanhaote
yujk 3 years ago
parent
commit
30fd57b8a5
2 changed files with 5 additions and 4 deletions
  1. +1
    -1
      src/views/homesteadSurvey/add.vue
  2. +4
    -3
      src/views/homesteadSurvey/list.vue

+ 1
- 1
src/views/homesteadSurvey/add.vue View File

@@ -293,7 +293,7 @@
</van-field>
<van-field name="uploader" label="宅基地现场照片" autocomplete="off">
<template #input>
<van-uploader v-model="fileListzjd" :after-read="beforeReadzjd" multiple @delete="deleteFilezjd" :max-count="4"></van-uploader>
<van-uploader v-model="fileListzjd" :after-read="beforeReadzjd" multiple @delete="deleteFilezjd" :max-count="8"></van-uploader>
</template>
</van-field>
<van-field


+ 4
- 3
src/views/homesteadSurvey/list.vue View File

@@ -1211,9 +1211,9 @@
isLoadingnh:false,
countnh:0,
isLoadingzjd:false,
countqb:0,
countyhc:0,
countwhc:0,
countqb:1,
countyhc:1,
countwhc:1,
// 使用权人表单弹出
shownh:false,
showhzht:false,
@@ -1463,6 +1463,7 @@
"pageSize":10,
}
listZjdzd(params).then((response) => {

if(response.rows.length>0&&this.list2.length<response.total){
response.rows.map(res => {
this.list2.push(res)


Loading…
Cancel
Save