无人机管理后台前端(已迁走)
张含笑
2025-07-31 c8049134a0d3e2606613a6e73c9f1635a89a4fec
src/views/tickets/ticket.vue
@@ -1089,6 +1089,7 @@
  },
  mounted() {
    const href = this.$route.href;
    if (this.$route?.query?.status !== undefined && this.$route?.query?.status !== null) {
      this.filters.status = this.$route?.query?.status + '';
@@ -1132,9 +1133,10 @@
      if (orderNumber) {
        this.filters.keyword = orderNumber;
        this.$nextTick(() => {
          this.isShowInfo = true;
          const find = this.$store.state.tags.bsTagList.find(i => i.path === '/tickets/ticket')
          find && (find.query = {})
        });
        console.log('orderNumber', orderNumber);
@@ -1913,8 +1915,6 @@
      this.page.currentPage = 1;
      this.$router.replace({});  //清除url参数
      this.fetchTableData();
      console.log('handleSearch', this.$router);
    },
    handleKeyWords(){
      this.$router.replace({});  //清除url参数
@@ -2931,7 +2931,8 @@
  },
  activated() {
    this.handleReset();
  }
  },
};
</script>