25208
This commit is contained in:
@@ -133,6 +133,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
document.title = "通知公告";
|
||||
this.$dict.load("announcementStatus");
|
||||
},
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
document.title = "新增公告";
|
||||
if(this.params?.id){
|
||||
this.getDetail();
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
document.title = "接收对象";
|
||||
this.getList();
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user