|
@@ -59,7 +59,7 @@ export default {
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
this.userType = localStorage.getItem('userType')
|
|
this.userType = localStorage.getItem('userType')
|
|
- if(userType != 22){
|
|
|
|
|
|
+ if(this.userType != 22){
|
|
this.selectTriggerInfo();
|
|
this.selectTriggerInfo();
|
|
this.subscriptionMQTT();
|
|
this.subscriptionMQTT();
|
|
}
|
|
}
|