瀏覽代碼

传参修改

谢杰标 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',
 		})
 	  },