修改参数

This commit is contained in:
wanglei
2021-11-22 15:19:56 +08:00
parent faeb74b3bb
commit cc9c81b565

View File

@@ -91,7 +91,15 @@
}
},
onLoad() {
onLoad(opt) {
if(opt.id){
this.comp = "detail";
this.params = {
id: opt.id
flag: true
};
this.showList = false;
}
this.$dict.load("announcementStatus");
},