1
lkk
2025-07-04 4936c229b0eeea0305e15d019c801bd88b8d074e
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}