sc
This commit is contained in:
@@ -66,8 +66,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-form-item label="知识总结" prop="remark">
|
<el-form-item label="知识总结" prop="summary">
|
||||||
<Editor v-model="form.remark" />
|
<Editor v-model="form.summary" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
@@ -130,7 +130,7 @@ function handleEdit(row) {
|
|||||||
chapterName: row.chapterName,
|
chapterName: row.chapterName,
|
||||||
sort: row.sort,
|
sort: row.sort,
|
||||||
chapterId: row.chapterId,
|
chapterId: row.chapterId,
|
||||||
remark: row.remark
|
summary: row.summary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ function resetForm() {
|
|||||||
form.value = {
|
form.value = {
|
||||||
chapterName: undefined,
|
chapterName: undefined,
|
||||||
sort: 1,
|
sort: 1,
|
||||||
remark: undefined
|
summary: undefined
|
||||||
}
|
}
|
||||||
if (dialogFormRef.value) {
|
if (dialogFormRef.value) {
|
||||||
dialogFormRef.value.resetFields()
|
dialogFormRef.value.resetFields()
|
||||||
|
|||||||
Reference in New Issue
Block a user