This commit is contained in:
parent
9c1be5ef3d
commit
3d22070bfa
|
|
@ -153,7 +153,7 @@ export default {
|
||||||
uuid: '',
|
uuid: '',
|
||||||
noticeNum: this.$store.state.user.noticeNum,
|
noticeNum: this.$store.state.user.noticeNum,
|
||||||
toDoNum: this.$store.state.user.toDoNum,
|
toDoNum: this.$store.state.user.toDoNum,
|
||||||
isShowToDo: false,
|
isShowToDo: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
@ -165,12 +165,12 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.$store.state.user.thisIds.intoStatus === '3') {
|
// if (this.$store.state.user.thisIds.intoStatus === '3') {
|
||||||
this.isShowToDo = true
|
// this.isShowToDo = true
|
||||||
this.getToDoNum()
|
// this.getToDoNum()
|
||||||
} else {
|
// } else {
|
||||||
this.isShowToDo = false
|
// this.isShowToDo = false
|
||||||
}
|
// }
|
||||||
this.getNoticeNum()
|
this.getNoticeNum()
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue