소스 검색

传参修改

谢杰标 2 년 전
부모
커밋
4edf3a002f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/httpList/exam.js

+ 1 - 1
common/httpList/exam.js

@@ -12,7 +12,7 @@ export default {
 	getExamLearnStatus(data) {
 		return myRequest({
 		  url: '/bank/record/check/bank/record',
-		  params: data,
+		  data,
 		  method: 'GET',
 		})
 	  },