|
@@ -21,7 +21,7 @@ const patentapply = {
|
|
|
contact: { type: Array }, // 技术联系人
|
|
|
phone: { type: String }, // 联系电话
|
|
|
email: { type: String }, // 电子邮箱
|
|
|
- questions: { type: Object }, // 问题
|
|
|
+ questions: { type: Object, default: {} }, // 问题
|
|
|
check_url: { type: Array }, // 审查文件
|
|
|
agent_url: { type: Array }, // 申请文件
|
|
|
record: { type: Array }, // 记录
|