From 3d35d4292850d368666d5290d8e658c620e932ed Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 16 四月 2026 17:54:46 +0800
Subject: [PATCH] feat(customer): 新增客户交接功能并优化客户档案管理界面

---
 src/api/personnelManagement/class.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/personnelManagement/class.js b/src/api/personnelManagement/class.js
index f5ae299..b254c4a 100644
--- a/src/api/personnelManagement/class.js
+++ b/src/api/personnelManagement/class.js
@@ -71,6 +71,7 @@
     url: "/personalShift/export",
     method: "get",
     params: query,
+    responseType: "blob",
   });
 }
 
@@ -114,4 +115,4 @@
         method: 'get',
         params: query,
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3