25123
This commit is contained in:
@@ -68,12 +68,6 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
const {id} = this.$route.query
|
||||
if(id){
|
||||
this.comp = "detail";
|
||||
this.params = id;
|
||||
this.isList = false;
|
||||
}
|
||||
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
|
||||
},
|
||||
computed: {
|
||||
@@ -95,6 +89,15 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
emitShow(){
|
||||
const {id} = this.$route.query
|
||||
if(id){
|
||||
this.comp = "detail";
|
||||
this.params = id;
|
||||
this.isList = false;
|
||||
}
|
||||
this.getData()
|
||||
},
|
||||
tag(status) {
|
||||
return {
|
||||
"0": "common/1wqr.png",
|
||||
@@ -147,9 +150,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
onShow() {
|
||||
this.getData()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user