add
This commit is contained in:
parent
1c34c62b06
commit
364b1e4f66
|
@ -67,8 +67,6 @@ export function CourseFormProvider({
|
|||
subTitle: course.subTitle,
|
||||
content: course.content,
|
||||
thumbnail: course?.meta?.thumbnail,
|
||||
requirements: course?.meta?.requirements,
|
||||
objectives: course?.meta?.objectives,
|
||||
};
|
||||
course.terms?.forEach((term) => {
|
||||
formData[term.taxonomyId] = term.id; // 假设 taxonomyName 是您在 Form.Item 中使用的 name
|
||||
|
|
Loading…
Reference in New Issue