提交 3375c073 编写于 作者: minghao.wu's avatar minghao.wu

fix: 性别和婚否的默认值

上级 53278abe
......@@ -357,6 +357,7 @@ export default {
otherFollowStatus: '',
otherFollow: '',
remark: '',
maritalStatus: 2,
createType: 1 ////创建方式1.系统创建 2.手动创建
},
tyleList: TYPE_LIST,
......@@ -466,6 +467,9 @@ export default {
this.oldDiagnoseAdvice = this.formData.diagnoseAdvice
this.formData.diagnoseAdvice = ''
}
if (!this.formData.sex) {
this.formData.sex = 1;
}
} else {
this.$message.info('请稍后重试')
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册