diff --git a/src/views/modules/production/bagLabels.vue b/src/views/modules/production/bagLabels.vue index 4321355..c21bc2c 100644 --- a/src/views/modules/production/bagLabels.vue +++ b/src/views/modules/production/bagLabels.vue @@ -184,7 +184,7 @@ export default { }, getPhoto(){ - getPhotoAddressData(this.searchData).then(({data}) => { + getPhotoAddressData(this.picData).then(({data}) => { this.photoDatas = data.rows; if(this.photoDatas.length==0){ this.fileTitle="文件名 ("+0+"/"+0+")";