src/views/Reward/RewardDeclareDetail.vue
@@ -164,7 +164,7 @@ const queryClient = useQueryClient(); async function openDialog(row: API.ParkBountyApplyDetailInfo) { try { const applyFiles = await queryClient.ensureQueryData({ const applyFilesRes = await queryClient.ensureQueryData({ queryKey: [ 'enterpriseApplyFileServices/getCustomerUploadApplyFiles', row.enterpriseId, @@ -193,7 +193,7 @@ handleAdd({ list: EnterpriseApplyFileUtils.initParkCollectFileListApplyFiles( applyUploadFiles, applyFiles, applyFilesRes.items, lastUploadEnterPactFile ), companyId: row.enterpriseId,