Commit 59c543e7b9928d2c1768f9fd0e7a215d46e3196c
Merge branch 'fix/alarm-jump-parameter' into 'main_dev'
fix: 修复告警跳转返回时参数没有清空 See merge request yunteng/thingskit-app!146
Showing
1 changed file
with
1 additions
and
3 deletions
| @@ -85,6 +85,7 @@ import {mapActions } from 'vuex' | @@ -85,6 +85,7 @@ import {mapActions } from 'vuex' | ||
| 85 | }, | 85 | }, |
| 86 | onHide() { | 86 | onHide() { |
| 87 | this.ordId = '' | 87 | this.ordId = '' |
| 88 | + this.paramsStaus = '' | ||
| 88 | }, | 89 | }, |
| 89 | onLoad(e) { | 90 | onLoad(e) { |
| 90 | if (getApp().getBindNot()) { | 91 | if (getApp().getBindNot()) { |
| @@ -107,9 +108,6 @@ import {mapActions } from 'vuex' | @@ -107,9 +108,6 @@ import {mapActions } from 'vuex' | ||
| 107 | } | 108 | } |
| 108 | // 隐藏原生的tabbar | 109 | // 隐藏原生的tabbar |
| 109 | uni.hideTabBar(); | 110 | uni.hideTabBar(); |
| 110 | - if (getApp().getBindNot()) { | ||
| 111 | - return | ||
| 112 | - } | ||
| 113 | }, | 111 | }, |
| 114 | computed: { | 112 | computed: { |
| 115 | pageDisableScroll() { | 113 | pageDisableScroll() { |