访客考勤记录对接完成
This commit is contained in:
@@ -221,6 +221,7 @@ export default {
|
||||
case 0:
|
||||
this.refreshCurrentTagsView(path);
|
||||
this.$router.push({ path, query: currentTag.query });
|
||||
console.log('======================')
|
||||
break;
|
||||
case 1:
|
||||
this.closeCurrentTagsView(path);
|
||||
@@ -236,6 +237,7 @@ export default {
|
||||
},
|
||||
// 1、刷新当前 tagsView:
|
||||
refreshCurrentTagsView(path) {
|
||||
console.log('刷新当前 tagsView:', path);
|
||||
this.bus.$emit('onTagsViewRefreshRouterView', path);
|
||||
},
|
||||
// 2、关闭当前 tagsView:当前项 `tags-view` icon 关闭时点击,如果是设置了固定的(isAffix),不可以关闭
|
||||
|
||||
Reference in New Issue
Block a user