From 052e0448c684f619a3a6a9922690241d568050ab Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 12 Dec 2023 21:08:31 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E6=B5=81=E7=A8=8B-=E9=A2=84=E8=A7=88=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionProcessContentModal.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue index 9fb0a4cd..407aee32 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue @@ -27,7 +27,8 @@ @@ -107,7 +108,7 @@ export default { // 后端获取预览文件 getFileByInspectId({ inspectId: data.inspectId }).then(res => { if (res.success) { - this.handlePreview(res.result.id) + this.handlePreview(res.result) } }).catch(err => { console.log(err) @@ -119,7 +120,7 @@ export default { // 后端获取预览文件 getFileByInspectId({ inspectId: data.inspectId }).then(res => { if (res.success) { - this.handlePreview(res.result.id) + this.handlePreview(res.result) } }).catch(err => { console.log(err)