Merge branch 'main' of http://113.45.157.195:3003/insiinc/re-mooc
This commit is contained in:
commit
6d14e4ecdc
|
@ -115,7 +115,7 @@ export function CourseFormProvider({
|
||||||
});
|
});
|
||||||
message.success("课程更新成功!");
|
message.success("课程更新成功!");
|
||||||
} else {
|
} else {
|
||||||
const result = await create.mutateAsync({
|
const result = await createCourse.mutateAsync({
|
||||||
courseDetail: {
|
courseDetail: {
|
||||||
data: {
|
data: {
|
||||||
title: formattedValues.title || "12345",
|
title: formattedValues.title || "12345",
|
||||||
|
|
Loading…
Reference in New Issue