From 879e196387c2caa82827a66c0293dab2a5c4fe30 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 26 Sep 2023 13:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF=E5=9B=BD?= =?UTF-8?q?=E7=B1=8D=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index c090e11df..d7578fac8 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -479,7 +479,7 @@ export default { { label: '国籍', itemType: "select", - requiredFlag: true, + rules: [{ required: true, message: '国籍不能为空' }], formName: 'nationality', opction: [], },