This commit is contained in:
wanglei
2021-12-14 16:10:49 +08:00
parent c57a77ab16
commit c264e4ad47
5 changed files with 13 additions and 12 deletions

View File

@@ -68,9 +68,6 @@ export default {
params: null,
}
},
created() {
document.title = "会议通知";
},
computed: {
grid() {
return [
@@ -134,6 +131,7 @@ export default {
},
onShow() {
document.title = "会议通知";
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
this.getData();
},

View File

@@ -63,7 +63,6 @@ export default {
}
},
created() {
document.title = "我发起的";
this.injectJWeixin(['sendChatMessage']).then(() => {
this.getList()
})