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 }} -