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