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