From fdf951803d3373b31476af07998cec8f8bb4420d Mon Sep 17 00:00:00 2001 From: hebo Date: Wed, 27 Aug 2025 22:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/login/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/system/login/login.vue b/src/pages/system/login/login.vue index 4b3a3df..9beecdf 100644 --- a/src/pages/system/login/login.vue +++ b/src/pages/system/login/login.vue @@ -142,6 +142,7 @@ let formSchema: FormsSchema[] = [ { field: "jzxsgxId", label: "与学生关系", + required: true, component: "BasicPicker", componentProps: { api: findByPid,