访客考勤记录对接完成

This commit is contained in:
xiayuping666
2024-06-03 17:17:18 +08:00
parent 9d82c89c66
commit 9df1378f8e
20 changed files with 573 additions and 22 deletions
+2
View File
@@ -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),不可以关闭