修改通知公告
This commit is contained in:
@@ -91,11 +91,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onLoad(opt) {
|
created() {
|
||||||
if(opt.id){
|
const {id} = this.$route.query
|
||||||
|
if(id){
|
||||||
this.comp = "detail";
|
this.comp = "detail";
|
||||||
this.params = {
|
this.params = {
|
||||||
id: opt.id,
|
id,
|
||||||
flag: true
|
flag: true
|
||||||
};
|
};
|
||||||
this.showList = false;
|
this.showList = false;
|
||||||
|
|||||||
@@ -74,6 +74,10 @@
|
|||||||
created() {
|
created() {
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mounted() {
|
||||||
|
document.title = "公告详情";
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['previewFile', 'injectJWeixin']),
|
...mapActions(['previewFile', 'injectJWeixin']),
|
||||||
preFile(e) {
|
preFile(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user