diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 9715c9f..79ffb34 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -182,6 +182,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(); }