From fe15fd5caffbe7ed09256d4f1f8a633c16419921 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:12:45 +0800
Subject: [PATCH] 产品管理: 在新增生产订单表单中添加业务员和备注字段,并在表格中显示相应列

---
 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