浏览代码

提交一下

1
mo 4 年之前
父节点
当前提交
4f89605d1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
   })
 }