25208
This commit is contained in:
@@ -73,6 +73,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
document.title = "会议通知";
|
||||||
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
|
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
@@ -129,6 +129,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created(){
|
created(){
|
||||||
|
document.title = "新增会议";
|
||||||
if (this.params) {
|
if (this.params) {
|
||||||
this.form.id = this.params;
|
this.form.id = this.params;
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
document.title = "我发起的";
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
created(){
|
created(){
|
||||||
|
document.title = "会议列表";
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: this.params == 0 ? "历史会议" : "草稿箱"
|
title: this.params == 0 ? "历史会议" : "草稿箱"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
|
document.title = "通知公告";
|
||||||
this.$dict.load("announcementStatus");
|
this.$dict.load("announcementStatus");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -114,6 +114,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
document.title = "新增公告";
|
||||||
if(this.params?.id){
|
if(this.params?.id){
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
document.title = "接收对象";
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user