zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
2f5bac8f4c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/modules/paper/api.js

+ 5 - 1
src/modules/paper/api.js

@@ -143,7 +143,11 @@ export const auditPaperUnsubmitPageListApi = (datas) => {
 
 export const auditPaperApi = (datas) => {
   // auditResult,auditRemark,paperIds
-  return $httpWithMsg.post(`${QUESTION_API}/paper/audit`, datas);
+  return $httpWithMsg.post(
+    `${QUESTION_API}/paper/audit`,
+    {},
+    { params: datas }
+  );
 };
 export const withdrawPaperApi = (paperIds) => {
   return $httpWithMsg.post(