bingbo
2023-11-27 f5692e61d42ceea1f0236a2031d03d07675027f6
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
      }),
}