mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-14 13:26:47 +08:00
解决点击手机返回按键不刷新当前页面问题。
This commit is contained in:
@@ -186,6 +186,13 @@
|
|||||||
this.findData(true);
|
this.findData(true);
|
||||||
this.findAnData(true);
|
this.findAnData(true);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 实例被激活时使用,用于重复激活一个实例的时候
|
||||||
|
activated () {
|
||||||
|
this.findData(true);
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
methods:{
|
methods:{
|
||||||
//展示全部
|
//展示全部
|
||||||
displayAll(item) {
|
displayAll(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user