zhengyiming
7 天以前 30c817b5bd6cd1d3b44afe12fac6f1a7064b8689
src/views/Home/Home.vue
@@ -550,12 +550,15 @@
  });
}
function handleGoDownloadInvoice(row: API.GetInsurancePageOutput) {
async function handleGoDownloadInvoice(row: API.GetInsurancePageOutput) {
  try {
    await insuranceOrderServices.getInvoiceId({ id: row.id });
  router.push({
    name: 'InsureDownloadInvoice',
    params: {
      id: row.id,
    },
  });
  } catch (error) {}
}
</script>