222
lkk
2024-12-05 e4aa2d49ae837e46258c42909c10661da903ee0f
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}