过滤条件

This commit is contained in:
2024-06-05 18:44:15 +08:00
parent 337f940344
commit 371736a109
5 changed files with 34 additions and 13 deletions

View File

@@ -34,7 +34,7 @@
return {
intervalId: null,
interTime: this.$store.getters.setTime,
userName: this.$store.getters.userInfo !== '' ? JSON.parse(this.$store.getters.userInfo).username : '',
userName: this.$store.getters.userInfo !== '' ? JSON.parse(this.$store.getters.userInfo).person_name : '',
menuList: []
};
},