wupengfei
2025-04-17 404a6138ba3594a66d1b66e2bc79b9b3132836c5
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,
    },
  });
}