Przeglądaj źródła

确权调查移动端

wulanhaote
yujk 4 lat temu
rodzic
commit
b7ba4eea9a
1 zmienionych plików z 1 dodań i 3 usunięć
  1. +1
    -3
      src/views/authenticRight/index.vue

+ 1
- 3
src/views/authenticRight/index.vue Wyświetl plik

@@ -113,7 +113,7 @@
:rules="[{ required: true, message: '请填写被核查人姓名' }]" :rules="[{ required: true, message: '请填写被核查人姓名' }]"
> >
<template #button> <template #button>
<van-uploader :after-read="afterRead" v-model="fileList" :preview-image="false" :max-count="1">
<van-uploader :after-read="afterRead" v-model="fileList" :preview-image="false" capture="camera" :max-count="1">
<van-button icon="photograph" type="primary" size="mini">扫描身份证</van-button> <van-button icon="photograph" type="primary" size="mini">扫描身份证</van-button>
</van-uploader> </van-uploader>
</template> </template>
@@ -1018,7 +1018,6 @@
}) })
}else { }else {
addInvestigate(this.xcdcform).then(res => { addInvestigate(this.xcdcform).then(res => {

this.showXCDC = false this.showXCDC = false
let _this = this let _this = this
this.xcdcform.status = "2" this.xcdcform.status = "2"
@@ -1080,7 +1079,6 @@
} }
}, },
getList(){ getList(){
console.log("111")
this.queryParams["farmerName"] = null this.queryParams["farmerName"] = null
listSampling(this.queryParams).then(response => { listSampling(this.queryParams).then(response => {
if(response.rows.length>0){ if(response.rows.length>0){


Ładowanie…
Anuluj
Zapisz