重点工程播放视频功能
parent
421ef2bc5e
commit
826cc60fa7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue