zhangjie 2 жил өмнө
parent
commit
2f5bac8f4c

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

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