修改
This commit is contained in:
@@ -288,7 +288,7 @@
|
|||||||
// console.log('editor ready!', quill)
|
// console.log('editor ready!', quill)
|
||||||
},
|
},
|
||||||
init(row, catalogue_id, courseid) {
|
init(row, catalogue_id, courseid) {
|
||||||
console.log('row2', row)
|
console.log('row21', row)
|
||||||
this.dataForm =row? JSON.parse(JSON.stringify(row)): {}
|
this.dataForm =row? JSON.parse(JSON.stringify(row)): {}
|
||||||
this.dataForm.courseId = courseid?courseid : ''
|
this.dataForm.courseId = courseid?courseid : ''
|
||||||
this.dataForm.catalogueId = catalogue_id?catalogue_id : ''
|
this.dataForm.catalogueId = catalogue_id?catalogue_id : ''
|
||||||
|
|||||||
Reference in New Issue
Block a user