视频默认加密
This commit is contained in:
@@ -140,7 +140,9 @@
|
|||||||
methods: {
|
methods: {
|
||||||
init(row, chapter_id) {
|
init(row, chapter_id) {
|
||||||
console.log('row2', row)
|
console.log('row2', row)
|
||||||
this.dataForm = row || {}
|
this.dataForm = row || {
|
||||||
|
type:1
|
||||||
|
}
|
||||||
this.dataForm.chapterId = chapter_id || ''
|
this.dataForm.chapterId = chapter_id || ''
|
||||||
this.visible = true
|
this.visible = true
|
||||||
if (this.dataForm.video && this.dataForm.video != "") {
|
if (this.dataForm.video && this.dataForm.video != "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user