无人机管理后台前端(已迁走)
张含笑
2025-09-16 be1a19d8536da5a611c177a72baaab97f7900936
feat:事件工单清除参数
1 files modified
6 ■■■■ changed files
src/views/tickets/ticket.vue 6 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1177,8 +1177,7 @@
    this.loadAMapScripts();
    this.fetchDropdownData();
    // console.log('permission.tickets_processing_btn', this.permission.tickets_processing_btn);
    // console.log('permission', this.permission.tickets_tab_pending);
  },
  mounted() {
@@ -1239,6 +1238,8 @@
        this.activeTab = tab; 
        this.handleTabChangeAfterJump(); 
        isTabProcessed = true; 
        const find = this.$store.state.tags.bsTagList.find(i => i.path === '/tickets/ticket');
          find && (find.query = {});
      }
    }
    }
@@ -1488,7 +1489,6 @@
    },
    handleSFNodeClick(data) {
      console.log(data.dictKey, '666666666');
      this.filters.type = '';
      this.filters.algorithm = '';
      this.filters.type = data.dictKey;