修改会议详情
This commit is contained in:
@@ -68,6 +68,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
const {id} = this.$route.query
|
||||||
|
if(id){
|
||||||
|
this.comp = "detail";
|
||||||
|
this.params = id;
|
||||||
|
this.isList = false;
|
||||||
|
}
|
||||||
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
|
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
@@ -182,6 +182,9 @@
|
|||||||
created() {
|
created() {
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
document.title = "会议详情"
|
||||||
|
},
|
||||||
filters: {
|
filters: {
|
||||||
transform(status) {
|
transform(status) {
|
||||||
if (status == 1) {
|
if (status == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user