This commit is contained in:
2024-04-12 16:39:19 +08:00
parent 2a5444ef99
commit e434e7e511

View File

@@ -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 : ''