重点工程播放视频功能

main
zhaoyu 2023-12-18 17:19:36 +08:00
parent 421ef2bc5e
commit 826cc60fa7
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ export default {
list: [],
}
},
onLoad() {
this.CORPINFO_ID = this.$route.query.CORPINFO_ID
onLoad(e) {
this.CORPINFO_ID = e.CORPINFO_ID
},
onShow() {
this.resetList()