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