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

fix: 婚否的默认值

上级 009be31a
......@@ -470,6 +470,9 @@ export default {
if (!this.formData.sex) {
this.formData.sex = 1;
}
if (!this.formData.maritalStatus) {
this.formData.maritalStatus = 1;
}
} else {
this.$message.info('请稍后重试')
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册