From 0056d79d25f1565e307e4b184db4d3fbd039ab5e Mon Sep 17 00:00:00 2001
From: 李旭东 <woaiguo66@sina.com>
Date: 星期五, 08 十二月 2023 13:27:54 +0800
Subject: [PATCH] 搅拌站消耗修改

---
 xcx/api/module/system.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/xcx/api/module/system.js b/xcx/api/module/system.js
index c5f210a..8baf8be 100644
--- a/xcx/api/module/system.js
+++ b/xcx/api/module/system.js
@@ -45,6 +45,11 @@
 	getAllPersons: (params) =>
 		axios.post('/staff/platUser/pulldown', params),
 	// 获取所有部门信息
-	getAllDepartmentData: () =>
-		axios.post('/staff/depart/pulldownList'),
+	getAllDepartmentData: (params) =>
+		axios.post('/staff/depart/pulldownList',{
+			header: {
+				"content-type":'application/json'
+			},
+			...params
+		}),
 }
\ No newline at end of file

--
Gitblit v1.9.3