From 7747ee302be63fa6bb6cf13015382012a498938c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A6=8D=E6=B4=81?= <16391855+wang-yanjie1218@user.noreply.gitee.com> Date: Wed, 11 Feb 2026 16:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BD=E5=8C=BBPC=E7=AB=AF=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chenhai-ui/src/api/vet/training.js | 8 +++ chenhai-ui/src/views/syd.vue | 58 +-------------------- chenhai-ui/src/views/vet/training/index.vue | 50 +++++++++++++++++- 3 files changed, 57 insertions(+), 59 deletions(-) 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 @@