guhongwei 3 jaren geleden
bovenliggende
commit
6f172c6c7f
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      app/controller/.apply.js

+ 4 - 4
app/controller/.apply.js

@@ -3,8 +3,8 @@ module.exports = {
     requestBody: [
       "title",
       "apply_year",
-      "!project_info",
-      "!apply_index",
+      "project_info",
+      "apply_index",
       "status",
       "record",
     ],
@@ -18,8 +18,8 @@ module.exports = {
     requestBody: [
       "title",
       "apply_year",
-      "!project_info",
-      "!apply_index",
+      "project_info",
+      "apply_index",
       "status",
       "record",
     ],