Explorar el Código

Merge branch '03/08netWorkReset' into test

mo hace 4 años
padre
commit
c12b82e6b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
   })
 }