无人机管理后台前端(已迁走)
张含笑
2025-09-23 78684a81e9b01270f9ef37e883c1f11f3f911c3f
src/views/algorithmRepository/algorithmRepository.vue
@@ -55,9 +55,10 @@
            </div>
          </div>
          <div class="search-btn">
            <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button>
            <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button>
            <el-button icon="el-icon-delete" @click="handleReset">清空</el-button>
            <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button>
          </div>
        </div>
@@ -179,7 +180,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 );