This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
宅基地调查
wulanhaote
yujk
3 years ago
parent
589da5e28d
commit
30fd57b8a5
2 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/homesteadSurvey/add.vue
+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)
Write
Preview
Loading…
Cancel
Save