guhongwei 3 年之前
父節點
當前提交
6f172c6c7f
共有 1 個文件被更改,包括 4 次插入4 次删除
  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",
     ],