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