Parcourir la source

提交记录接口去掉加载中

xuqiaoying il y a 2 ans
Parent
commit
e45f8a44d8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      common/httpList/study.js

+ 2 - 1
common/httpList/study.js

@@ -6,7 +6,8 @@ export default {
 		return myRequest({
 			url: '/study/record',
 			method: 'post',
-			data: data
+			data: data,
+			noLoading: true
 		})
 	},
 	studyExamPhotoRecord(data) {