This commit is contained in:
ditiqi 2025-02-24 19:34:58 +08:00
parent bb1eeeec7c
commit 01db8808c4
1 changed files with 1 additions and 1 deletions

View File

@ -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",