From b6bc893c88a20a34125b40512c29a64fcc601906 Mon Sep 17 00:00:00 2001 From: zhangyanli Date: Tue, 20 Feb 2024 17:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E6=8E=92=E6=9F=A5bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/data_dictionary.js | 3 ++- src/request/hazard_investigation.js | 2 ++ .../components/inspection_record_view.vue | 1 + .../components/map.vue | 21 +++++++++++++++---- .../hidden_danger_view.vue | 4 ++-- .../components/checkstandard_add.vue | 5 +++-- .../inventory_management/components/list.vue | 10 +++++++-- .../insurance_coverage.vue | 2 +- .../insurance_coverage_custom.vue | 2 +- .../components/qualified.vue | 1 + .../inspect_custom.vue | 7 +++++-- 11 files changed, 43 insertions(+), 15 deletions(-) diff --git a/src/assets/js/data_dictionary.js b/src/assets/js/data_dictionary.js index 10dd289..23738a8 100644 --- a/src/assets/js/data_dictionary.js +++ b/src/assets/js/data_dictionary.js @@ -6,7 +6,8 @@ import { getDepartmentTree, getLevelsCorp, getElectronicFenceTree, - getListSelectTree, getDepartmentzTree + getListSelectTree, + getDepartmentzTree, } from "@/request/data_dictionary.js"; import { ref } from "vue"; diff --git a/src/request/hazard_investigation.js b/src/request/hazard_investigation.js index a95d76a..60f720b 100644 --- a/src/request/hazard_investigation.js +++ b/src/request/hazard_investigation.js @@ -95,6 +95,8 @@ export const setCheckStandardSupplementaryRecordingSubmit = (params) => post("/customCheckrecord/recording", params); // 隐患排查清单检查情况检查记录补录提交 export const setCheckStandardSubmit = (params) => post("/customCheckrecord/add", params); // 清单排查提交 +export const getCustomCheckRecordMap = (params) => + post("/customCheckrecord/goMap", params); // 清单检查情况检查记录查看地图 export const setCommonItemEdit = (params) => post("/hiddenstandardCommon/edit", params); // 隐患排查检查标准修改 export const setCustomImport = (params) => 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 fb84122..3ecb81e 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 @@ -293,6 +293,7 @@ v-model:visible="data.mapDialogVisible" :id="checkRecordId" :list="inspectionList" + :list-type="listType" />
diff --git a/src/views/hazard_investigation/checklist_inspection_status/components/map.vue b/src/views/hazard_investigation/checklist_inspection_status/components/map.vue index efc194a..1778ccf 100644 --- a/src/views/hazard_investigation/checklist_inspection_status/components/map.vue +++ b/src/views/hazard_investigation/checklist_inspection_status/components/map.vue @@ -16,7 +16,10 @@