diff --git a/chenhai-ui/src/api/vet/training.js b/chenhai-ui/src/api/vet/training.js index c09b9a0..0cd96d4 100644 --- a/chenhai-ui/src/api/vet/training.js +++ b/chenhai-ui/src/api/vet/training.js @@ -152,3 +152,11 @@ export function updateVideoInfo(videoId, data) { data: data }) } + +// /vet/training/resubmit-audit/{videoId} 重新提交审核 +export function resubmitAudit(videoId) { + return request({ + url: `/vet/training/resubmit-audit/${videoId}`, + method: 'post' + }) +} diff --git a/chenhai-ui/src/views/syd.vue b/chenhai-ui/src/views/syd.vue index 4eec69c..7b4e2e8 100644 --- a/chenhai-ui/src/views/syd.vue +++ b/chenhai-ui/src/views/syd.vue @@ -1,63 +1,7 @@