This commit is contained in:
BianLzhaoMin 2025-05-22 16:40:24 +08:00
parent 9c1be5ef3d
commit 3d22070bfa
1 changed files with 7 additions and 7 deletions

View File

@ -153,7 +153,7 @@ export default {
uuid: '',
noticeNum: this.$store.state.user.noticeNum,
toDoNum: this.$store.state.user.toDoNum,
isShowToDo: false,
isShowToDo: true,
}
},
watch: {
@ -165,12 +165,12 @@ export default {
},
},
mounted() {
if (this.$store.state.user.thisIds.intoStatus === '3') {
this.isShowToDo = true
this.getToDoNum()
} else {
this.isShowToDo = false
}
// if (this.$store.state.user.thisIds.intoStatus === '3') {
// this.isShowToDo = true
// this.getToDoNum()
// } else {
// this.isShowToDo = false
// }
this.getNoticeNum()
},
computed: {