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

@@ -133,6 +133,7 @@ export default {
},
created() {
document.title = "通知公告";
this.$dict.load("announcementStatus");
},

View File

@@ -114,6 +114,7 @@
}
},
created() {
document.title = "新增公告";
if(this.params?.id){
this.getDetail();
}

View File

@@ -30,6 +30,7 @@
}
},
created() {
document.title = "接收对象";
this.getList();
},
methods: {