正在显示
8 个修改的文件
包含
8 行增加
和
8 行删除
| @@ -1044,7 +1044,7 @@ | @@ -1044,7 +1044,7 @@ | ||
| 1044 | computed:{ | 1044 | computed:{ | 
| 1045 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 1045 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 
| 1046 | }, | 1046 | }, | 
| 1047 | - mounted(){ | 1047 | + activated(){ | 
| 1048 | this.getList(); | 1048 | this.getList(); | 
| 1049 | } | 1049 | } | 
| 1050 | } | 1050 | } | 
| @@ -168,7 +168,7 @@ | @@ -168,7 +168,7 @@ | ||
| 168 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 168 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 
| 169 | }, | 169 | }, | 
| 170 | /*渲染方法*/ | 170 | /*渲染方法*/ | 
| 171 | - mounted() { | 171 | + activated() { | 
| 172 | let that=this; | 172 | let that=this; | 
| 173 | that.getdatatime(); | 173 | that.getdatatime(); | 
| 174 | that.getFlightList(); | 174 | that.getFlightList(); | 
| @@ -1401,7 +1401,7 @@ | @@ -1401,7 +1401,7 @@ | ||
| 1401 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 1401 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 
| 1402 | }, | 1402 | }, | 
| 1403 | /*渲染方法*/ | 1403 | /*渲染方法*/ | 
| 1404 | - mounted(){ | 1404 | + activated(){ | 
| 1405 | this.getDefaultData(); | 1405 | this.getDefaultData(); | 
| 1406 | this.getList(); | 1406 | this.getList(); | 
| 1407 | } | 1407 | } | 
| @@ -892,7 +892,7 @@ | @@ -892,7 +892,7 @@ | ||
| 892 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 892 | ...mapGetters(['getUserInfoStore','getUserMenuStore']) // 动态计算属性,相当于this.$store.getters.resturantName | 
| 893 | }, | 893 | }, | 
| 894 | //渲染方法 | 894 | //渲染方法 | 
| 895 | - mounted(){ | 895 | + activated(){ | 
| 896 | this.getDefaultData(); | 896 | this.getDefaultData(); | 
| 897 | this.getMt5201List(); | 897 | this.getMt5201List(); | 
| 898 | } | 898 | } | 
- 
请 注册 或 登录 后发表评论