diff --git a/src/request/hazard_investigation.js b/src/request/hazard_investigation.js index 988e9d8..cbb36bf 100644 --- a/src/request/hazard_investigation.js +++ b/src/request/hazard_investigation.js @@ -95,10 +95,15 @@ export const setCheckStandardSupplementaryRecordingSubmit = (params) => post("/customCheckrecord/recording", params); // 隐患排查清单检查情况检查记录补录提交 export const setCheckStandardSubmit = (params) => post("/customCheckrecord/add", params); // 清单排查提交 - export const getDeleteCustomList = (params) => post("/customStop/list", params); // 删除清单管理列表 export const setDeleteCustomRecovery = (params) => post("/customStop/restore", params); // 删除清单管理恢复 export const setCustomBatchDelete = (params) => post("/customStop/deleteAll", params); // 清单管理批量删除 export const getCustomStopView = (params) => post("/customStop/goEdit", params); // 清单管理查看 +export const getCustomCheckRecordList = (params) => + post("/customCheckrecord/list", params); // 隐患清单排查列表 +export const getCustomCheckRecordView = (params) => + post("/customCheckrecord/goEdit", params); // 隐患清单排查查询单个 +export const setDeleteCustommCheckrecord = (params) => + post("/customCheckrecord/delete", 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 49bb72e..ab06845 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 @@ -3,7 +3,7 @@ 清单信息 - {{ info.LIST_NAME }} + {{ info.LIST_NAME ? info.LIST_NAME : info.CUSTOM_NAME }} {{ info.SCREENTYPENAME }} @@ -66,7 +66,8 @@ 检查内容 -