From fccb0140545b009cb63be549b461942e293d087e Mon Sep 17 00:00:00 2001 From: xianyi Date: Fri, 16 Jan 2026 15:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=AF=BC=E6=A3=80=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 2 ++ src/components/exam/ExamSignPanel.tsx | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index b1236db..22e48e5 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -367,6 +367,8 @@ export type TongyishuSignSubmitResponse = CommonActionResult { combination_code_ids: combinationCodeIds, }); if (res.Status === 200 && res.Data?.is_success === 1) { + + // 重新生成导检单 + await getDaojiandanPdf({ + exam_id: examId, + is_regen: 1, + }); + setOptionalConfirmed(true); optionalConfirmedRef.current = true; setShowOptionalConfirmTip(false);