修改参数
This commit is contained in:
@@ -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");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user