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