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