Przeglądaj źródła

Merge branch '03/08netWorkReset' into test

mo 4 lat temu
rodzic
commit
c12b82e6b5
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
   })
 }