Selaa lähdekoodia

提交一下

1
mo 4 vuotta sitten
vanhempi
commit
4f89605d1b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
   })
 }