From c8e57d376ea951b6474d7f9265470eb5e6953833 Mon Sep 17 00:00:00 2001 From: xiepeng Date: Mon, 8 Jul 2024 18:00:07 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/inspection_record_view.vue | 1 + src/views/off_duty_management/record/index.vue | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue b/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue index a6a2e67..5ecc5e9 100644 --- a/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue +++ b/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue @@ -361,6 +361,7 @@ const { list: inspectionList } = useListData( usePagination: false, callbackFn: (list, resData) => { info.value = resData.pd; + console.log("111", info.value); if (resData.qianming && resData.qianming.length > 0) { qianming.value = VITE_FILE_URL + resData.qianming[0].FILEPATH; } diff --git a/src/views/off_duty_management/record/index.vue b/src/views/off_duty_management/record/index.vue index 9284987..270763b 100644 --- a/src/views/off_duty_management/record/index.vue +++ b/src/views/off_duty_management/record/index.vue @@ -107,13 +107,6 @@ - - -