zhengyiming
6 天以前 32f3091fe077045427d16a3dec43f140c02eb91e
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>