|
@@ -56,13 +56,11 @@ export default {
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
// this.getListStatus();
|
|
// this.getListStatus();
|
|
|
|
+ this.selectTriggerInfo();
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
this.userType = localStorage.getItem('userType')
|
|
this.userType = localStorage.getItem('userType')
|
|
- if(userType != 22){
|
|
|
|
- this.selectTriggerInfo();
|
|
|
|
- this.subscriptionMQTT();
|
|
|
|
- }
|
|
|
|
|
|
+ this.subscriptionMQTT();
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
workClickOff(){
|
|
workClickOff(){
|