From c58d64311945d0b324d72002e52dcbbae61bee8e Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期三, 01 十一月 2023 22:14:30 +0800 Subject: [PATCH] 人员管理必填项 --- igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml index dd23a2f..712285c 100644 --- a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml +++ b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml @@ -14,6 +14,7 @@ </PropertyDef> <PropertyDef name="userId"> <Property name="label">韬唤璇佸彿</Property> + <Property name="required">true</Property> </PropertyDef> <PropertyDef name="noticeId"> <Property name="label">閫氱煡鍗曞彿</Property> -- Gitblit v1.9.3