diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 73d07e9..494b380 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -230,6 +230,8 @@ export default { }).then(res => { if (res.data) { this.checkObj = res.data; + this.checkObj.preoperationPic = this.checkObj.checkPic + ".jpg"; + this.checkObj.overoperationPic = this.checkObj.checkPic + ".jpg.jpg"; //this.shelveId = res.data.shelveId; //this.getScanAndCheck(); }