add
This commit is contained in:
parent
bb1eeeec7c
commit
01db8808c4
|
@ -115,7 +115,7 @@ export function CourseFormProvider({
|
|||
});
|
||||
message.success("课程更新成功!");
|
||||
} else {
|
||||
const result = await create.mutateAsync({
|
||||
const result = await createCourse.mutateAsync({
|
||||
courseDetail: {
|
||||
data: {
|
||||
title: formattedValues.title || "12345",
|
||||
|
|
Loading…
Reference in New Issue