zhengyiming
6 小时以前 62287d09f9f5f1135163359fa18fd1fc4f8b2bc6
fix: 江佑保系统健壮性修复
1个文件已修改
7 ■■■■ 已修改文件
src/views/Home/Home.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: {