From 229542f66693c747d321ac21e8e26c164b1ba300 Mon Sep 17 00:00:00 2001 From: QuShuailong Date: Fri, 7 Apr 2023 22:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9B=98=E7=82=B9=E6=97=B6?= =?UTF-8?q?=E5=90=8C=E4=BE=A7=E7=90=83=E6=9C=BA=E6=8B=8D=E7=9A=84=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E7=85=A7=E7=89=87=E5=92=8C=E5=AF=B9=E4=BE=A7=E7=90=83?= =?UTF-8?q?=E6=9C=BA=E6=8B=8D=E7=9A=84=E4=BE=A7=E9=9D=A2=E5=B1=82=E6=95=B0?= =?UTF-8?q?=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/checkOperation.vue | 2 ++ 1 file changed, 2 insertions(+) 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(); }