From d5182d79e498a5328ac2caff56787bade31d7ed3 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Fri, 10 Jan 2025 18:47:28 +0800 Subject: [PATCH] 20250110 --- src/api/data/videoInspection.ts | 6 + src/components/negative/description.vue | 8 +- src/views/data/VideoInspection.vue | 165 +++++++++++----- src/views/system/DepartMaping.vue | 243 ++++++++++-------------- src/views/work/VerifySubmit.vue | 5 +- 5 files changed, 234 insertions(+), 193 deletions(-) diff --git a/src/api/data/videoInspection.ts b/src/api/data/videoInspection.ts index 5ea1332..a4f9df7 100644 --- a/src/api/data/videoInspection.ts +++ b/src/api/data/videoInspection.ts @@ -5,4 +5,10 @@ export function listVideoInspection(query) { url: `/videoInspection`, query: query }); +} + +export function getVideoInspectionInfo(id) { + return request.get({ + url: `/videoInspection/${id}` + }); } \ No newline at end of file diff --git a/src/components/negative/description.vue b/src/components/negative/description.vue index 68af23f..d28125e 100644 --- a/src/components/negative/description.vue +++ b/src/components/negative/description.vue @@ -10,9 +10,9 @@ {{ negative.discoveryTime }} -