修改会议详情

This commit is contained in:
wanglei
2021-11-24 10:36:33 +08:00
parent 61ca40863c
commit bedcd5d751
2 changed files with 9 additions and 0 deletions

View File

@@ -68,6 +68,12 @@
}
},
created() {
const {id} = this.$route.query
if(id){
this.comp = "detail";
this.params = id;
this.isList = false;
}
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
},
computed: {

View File

@@ -182,6 +182,9 @@
created() {
this.getDetail();
},
mounted() {
document.title = "会议详情"
},
filters: {
transform(status) {
if (status == 1) {