zhengyiming
11 小时以前 62287d09f9f5f1135163359fa18fd1fc4f8b2bc6
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: {