无人机管理后台前端(已迁走)
罗广辉
2025-07-11 e876b1f010c10e86dc977e394ba50bc0d7a7f193
feat: 自动筛选条件
1 files modified
5 ■■■■■ changed files
src/views/tickets/ticket.vue 5 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -726,6 +726,11 @@
  mounted () {
    const href = this.$route.href
    if (this.$route?.query?.status !== undefined && this.$route?.query?.status !== null){
      this.filters.status = this.$route?.query?.status + ''
      this.$router.replace({})
    }
    let curQueryParams = {}
    if (href.indexOf('?') != -1 && href.split('?').length > 0) {