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