mo 4 éve
szülő
commit
4f89605d1b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/childrensDay/api.js

+ 1 - 1
src/views/childrensDay/api.js

@@ -48,7 +48,7 @@ export function resetChildrenDayStudent(data) {
     url: api + '/studentManage/updateChildrenDayStudent',
     method: 'post',
     data,
-    requestType: 'from'
+    requestType: 'form'
   })
 }