作者 朱兆平

Merge remote-tracking branch 'origin/master'

... ... @@ -1044,7 +1044,7 @@
computed:{
...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName
},
mounted(){
activated(){
this.getList();
}
}
... ...
... ... @@ -184,8 +184,8 @@
this.$router.go(-1);//返回上一层
},
},
mounted(){
activated(){
this.getDefaultData();
}
}
</script>
\ No newline at end of file
</script>
... ...
... ... @@ -195,7 +195,7 @@
}
},
/*渲染方法*/
mounted(){
activated(){
this.getDefaultData();
//this.getFlightList();
},
... ...
... ... @@ -198,7 +198,7 @@
}
},
/*渲染方法*/
mounted(){
activated(){
this.getDefaultData();
}
};
... ...
... ... @@ -195,8 +195,8 @@
this.$router.go(-1);//返回上一层
},
},
mounted(){
activated(){
this.getDefaultData();
}
}
</script>
\ No newline at end of file
</script>
... ...
... ... @@ -168,7 +168,7 @@
...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName
},
/*渲染方法*/
mounted() {
activated() {
let that=this;
that.getdatatime();
that.getFlightList();
... ...
... ... @@ -1401,7 +1401,7 @@
...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName
},
/*渲染方法*/
mounted(){
activated(){
this.getDefaultData();
this.getList();
}
... ...
... ... @@ -892,7 +892,7 @@
...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName
},
//渲染方法
mounted(){
activated(){
this.getDefaultData();
this.getMt5201List();
}
... ...