浏览代码

宅基地调查

wulanhaote
yujk 3 年前
父节点
当前提交
30fd57b8a5
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. +1
    -1
      src/views/homesteadSurvey/add.vue
  2. +4
    -3
      src/views/homesteadSurvey/list.vue

+ 1
- 1
src/views/homesteadSurvey/add.vue 查看文件

@@ -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 查看文件

@@ -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)


正在加载...
取消
保存