待学习
keep-alive
activated:
当使用了keep-alive之后,如果想要在跳转页面之后的页面还能刷新页面,就可以使用activated
activated() {
this.$refs.crud.refresh({ ...this.queryForm, page: 1 });
},
localStorage
待学习
keep-alive
activated:
当使用了keep-alive之后,如果想要在跳转页面之后的页面还能刷新页面,就可以使用activated
activated() {
this.$refs.crud.refresh({ ...this.queryForm, page: 1 });
},
localStorage