ruifeng_liu 3 anni fa
parent
commit
4ca67255bd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/model/patent/patentapply.js

+ 2 - 2
app/model/patent/patentapply.js

@@ -15,8 +15,8 @@ const patentapply = {
   name: { type: String }, // 发明名称
   name: { type: String }, // 发明名称
   apply_name: { type: String }, // 申请人
   apply_name: { type: String }, // 申请人
   type: { type: String }, // 申请类型
   type: { type: String }, // 申请类型
-  inventer: { type: String }, // 发明人
-  contact: { type: String }, // 联系人
+  inventer: { type: Array }, // 发明人
+  contact: { type: Array }, // 联系人
   phone: { type: String }, // 联系人电话
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱
   email: { type: String }, // 联系人邮箱
   questions: { type: Object }, // 问题
   questions: { type: Object }, // 问题