fix(办公管理): 页面标签存在路由缓存导致不刷新问题
This commit is contained in:
@@ -512,8 +512,8 @@ export default {
|
||||
/** 返回页面 */
|
||||
goBack() {
|
||||
// 关闭当前标签页并返回上个页面
|
||||
this.$store.dispatch("tagsView/delView", this.$route);
|
||||
this.$router.go(-1)
|
||||
this.$tab.closePage(this.$route)
|
||||
this.$router.back()
|
||||
},
|
||||
/** 接收子组件传的值 */
|
||||
getData(data) {
|
||||
|
||||
Reference in New Issue
Block a user