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