无人机管理后台前端(已迁走)
chenyao
2025-12-10 351c35a864d865c9c549cfd4f4643b6b9affd391
src/views/job/components/TaskAlgorithmBusiness.vue
@@ -11,6 +11,7 @@
         collapse-tags-tooltip
         placeholder="支持多项选择"
         clearable
    @clear="clear"
         @change="handleAlgorithmChange"
      >
         <el-option v-for="item in taskAlgorithm" :key="item.id" :label="item.dictValue" :value="item.dictKey" />