From 11f6322ff10f1065fd4fce0cdb558dd8fda21dbb Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 30 六月 2025 15:23:48 +0800
Subject: [PATCH] Merge branch 'dev-2.2.0' of http://120.26.58.240:8888/r/JYBIndependentFront into dev-2.2.0

---
 src/views/Home/Home.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue
index 955e965..0a2e6dc 100644
--- a/src/views/Home/Home.vue
+++ b/src/views/Home/Home.vue
@@ -53,6 +53,13 @@
           </QueryFilterItem>
         </template>
         <template #btn>
+          <el-button
+            @click="handleDownloadOccupationType()"
+            type="primary"
+            style="margin-right: 10px"
+            link
+            >鑱屼笟绫诲瀷瀵圭収琛�</el-button
+          >
           <el-button @click="handleDownload()" type="primary" style="margin-right: 10px" link
             >妯℃澘涓嬭浇</el-button
           >
@@ -141,6 +148,7 @@
   InsurancePolicyProductIdNumberEnum,
   InsurancePolicyListPayStatusEnum,
   InsurancePolicyListPayStatusEnumText,
+  InsuranceOccupationTypeTempPath,
 } from '@/constants';
 import dayjs from 'dayjs';
 import _ from 'lodash';
@@ -426,6 +434,10 @@
   } catch (error) {}
 }
 
+function handleDownloadOccupationType() {
+  downloadFileByUrl(InsuranceOccupationTypeTempPath, '鑱屼笟绫诲瀷瀵圭収琛�');
+}
+
 function handleDownload() {
   downloadFileByUrl(InsuranceOrderTempPath, '淇濆崟瀵煎叆妯℃澘');
 }

--
Gitblit v1.9.1