qx
qx
2025-06-05 26397c26fc109536f4329b47369cf0c5d9d58b69
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}