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