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