无人机管理后台前端(已迁走)
chenyao
2025-09-05 d17824cbcb9b76f5c5c4d6b90f7059a03cae9c08
src/views/algorithmRepository/algorithmRepository.vue
@@ -179,7 +179,7 @@
const getDeviceList = () => {
console.log('userAreaCode',userAreaCode.value);
// { areaCode: userAreaCode.value }
  selectDeviceList({ areaCode: userAreaCode.value }).then(res => {
  selectDeviceList().then(res => {
    jcoptions.value = res.data.data;
    console.log('机巢数',jcoptions.value );