发展档案bug

This commit is contained in:
zhanglipeng
2020-11-24 14:41:57 +08:00
parent 493f7e3c7b
commit 2d13c6f58c
6 changed files with 12 additions and 13 deletions

View File

@ -509,7 +509,11 @@ export default {
phone: undefined,
},
// 表单参数
form: {},
form: {
// csrq: [
// { required: true, message: "出生日期不能为空", trigger: "blur" },
// ],
},
// 监护人表单参数
form_jhr: {},
};