Browse Source

进度评测

liushengqiang 2 năm trước cách đây
mục cha
commit
1776196cb4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/page-gym/api.ts

+ 1 - 1
src/page-gym/api.ts

@@ -66,5 +66,5 @@ export const lessonExaminationGetDetail = (params: any) => {
 };
 /** 添加进度评测记录 */
 export const lessonExaminationSubmit = (data: any) => {
-	return request.get(`/lessonExamination/submit`, { data });
+	return request.post(`/lessonExamination/submit`, { data });
 };