时间:2024-10-12 10:40:45
1、在vue项目中你需要刷新的父组件引入provide(){ return { refresh:this.refresh }}
3、在需要调用刷新的地方引refresh();