From b46e31104491d7d4deae82180d4673c3afe527a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Fri, 24 May 2024 20:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=BD=9C=E4=B8=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zy/zyInfo/StudentZyInfoList.vue | 1 - src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index d88afa0..41899a8 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -173,7 +173,6 @@ //预览 function handlePreview(record){ - console.log(record); record.isYl = true; ZyInfoStudentModalPage.value.disableSubmit = true; ZyInfoStudentModalPage.value.edit(record); diff --git a/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue b/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue index 4e06ea5..6a50a28 100644 --- a/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue +++ b/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue @@ -87,7 +87,6 @@ * 编辑 */ function edit(record) { - console.log(record); nextTick(() => { resetFields(); //赋值 @@ -145,7 +144,7 @@ function openPdf(record){ if(record.stuPdfPath){ - var url2 = getFileAccessHttpUrl(record.pdfPath) + var url2 = getFileAccessHttpUrl(record.stuPdfPath) let url = baseApiUrl+"/generic/web/viewer.html?file="+encodeURIComponent(url2); window.open(url,"_blank") }else{