lkk
2024-12-17 6bf0b65995f54e9ee85b9d6823b77fb355b2a47c
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}