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