无人机管理后台前端(已迁走)
chenyao
2025-11-13 f79aa80b41c7a12249042c64590f3a927b816033
feat:算法使用该字段ai_types筛选
1 files modified
2 ■■■ changed files
src/views/tickets/ticket.vue 2 ●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1788,7 +1788,7 @@
        const currentTab = this.tabs.find(tab => tab.name === this.activeTab);
        const params = {
          // word_order_types: this.filters.type || undefined,
          ai_types: this.filters.type || undefined,
          ai_types: this.filters.type || undefined, // 算法使用该字段筛选
          status:
            currentTab?.name === 'myTickets'
              ? undefined