From dd64d521d1bcdf520cf403ed489675fd0b9e0371 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 16 七月 2025 16:30:20 +0800
Subject: [PATCH] fix: s

---
 src/views/Home/Home.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue
index 3a619a3..d0dce4a 100644
--- a/src/views/Home/Home.vue
+++ b/src/views/Home/Home.vue
@@ -636,7 +636,12 @@
 
 async function handleGoDownloadInvoice(row: API.GetInsurancePageOutput) {
   try {
-    await insuranceOrderServices.getInvoiceId({ id: row.id });
+    await insuranceOrderServices.getInvoiceId(
+      { id: row.id },
+      {
+        timeout: 60 * 1000 * 30,
+      }
+    );
     router.push({
       name: 'InsureDownloadInvoice',
       params: {

--
Gitblit v1.9.1