张磊磊
2023-12-06 e20b7fc2f9380cb6addacfa97b1325edd74f11ac
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
      }),
}