wupengfei
2025-04-24 782da0949237a872d285368f2e93f0bcd5aa64ef
src/views/EnterpriseInfo/components/EnterpriseDeclareRecordView.vue
@@ -96,9 +96,12 @@
  }
);
async function goDetail(row: API.InsureBatchBillDto) {
async function goDetail(row: API.GetParkCustomerBountyApplyOutput) {
  router.push({
    name: '',
    name: 'MaterialReviewDetail',
    params: {
      id: row.id,
    },
  });
}