Explorar el Código

提交记录接口去掉加载中

xuqiaoying hace 2 años
padre
commit
e45f8a44d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) {