张晓波
2023-12-05 d2db97aec62ef8a567f2f61eda1c5b7a6f95dc4b
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
      }),
}