wupengfei
2025-04-02 ff6b2db013b8afc86d26ba24fdf5e6115c2127ab
src/views/Home/components/BatchChangeRecordView.vue
@@ -42,7 +42,7 @@
  useFormDialog,
} from '@bole-core/components';
import * as insureBatchBillServices from '@/services/api/InsureBatchBill';
import { downloadFileByUrl, OrderInputType } from '@bole-core/core';
import { downloadFileByUrl, Message, OrderInputType } from '@bole-core/core';
import BatchChangeRecordDetailDialog from './BatchChangeRecordDetailDialog.vue';
import {
  BatchBillCheckStatus,
@@ -207,6 +207,10 @@
}
function handleDownload(row: API.InsureBatchBillDto) {
  if (!row.attachmentUrl) {
    Message.errorMessage('未上传批单文件');
    return;
  }
  downloadFileByUrl(setOSSLink(row.attachmentUrl));
}