bug
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
@@ -63,7 +63,6 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
document.title = "我发起的";
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getList()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user