This commit is contained in:
wanglei
2021-12-03 18:39:31 +08:00
parent 8d15076eb6
commit 8b69318429
7 changed files with 7 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export default {
}
},
created() {
document.title = "会议通知";
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
},
computed: {

View File

@@ -129,6 +129,7 @@ export default {
}
},
created(){
document.title = "新增会议";
if (this.params) {
this.form.id = this.params;
this.getDetail();

View File

@@ -67,6 +67,7 @@ export default {
}
},
created() {
document.title = "我发起的";
this.getList()
},
methods: {

View File

@@ -56,6 +56,7 @@
},
created(){
document.title = "会议列表";
uni.setNavigationBarTitle({
title: this.params == 0 ? "历史会议" : "草稿箱"
});