wupengfei
2025-03-31 b697737f281023871227b26b6c9d6c309cd3e899
src/views/Home/components/BatchDownsizingDialog.vue
@@ -43,7 +43,7 @@
</template>
<script setup lang="ts">
import { JYBInsuranceOrderTempPath } from '@/constants';
import { InsuranceOrderTempPath } from '@/constants';
import {
  ProDialog,
  UploadUserFile,
@@ -121,6 +121,6 @@
}
function downloadImportEntryStaff() {
  downloadFileByUrl(JYBInsuranceOrderTempPath, '保单导入模板');
  downloadFileByUrl(InsuranceOrderTempPath, '保单导入模板');
}
</script>