Bläddra i källkod

确权调查移动端

wulanhaote
yujk 4 år sedan
förälder
incheckning
b7ba4eea9a
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. +1
    -3
      src/views/authenticRight/index.vue

+ 1
- 3
src/views/authenticRight/index.vue Visa fil

@@ -113,7 +113,7 @@
:rules="[{ required: true, message: '请填写被核查人姓名' }]"
>
<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-uploader>
</template>
@@ -1018,7 +1018,6 @@
})
}else {
addInvestigate(this.xcdcform).then(res => {

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


Laddar…
Avbryt
Spara