linwei
2024-02-23 75febb6a4e979e4f7e9ab61d450050b3fecc9512
src/api/system/dept.js
@@ -79,3 +79,13 @@
  })
}
export const getDeptUserTree=(params)=>{
  return request({
    url: '/api/blade-system/dept/getDeptAndUserTree',
    method: 'get',
    params: {
      ...params
    }
  })
}