wupengfei
2025-04-02 d82fea569f9bb487364d667cdf3af626cf06f20e
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>