From 43721e95b3bb75e5a90a18120aaf12e0b632360a Mon Sep 17 00:00:00 2001 From: verou <857149855@qq.com> Date: 星期二, 25 三月 2025 15:08:48 +0800 Subject: [PATCH] 11 --- rsf-admin/src/page/basicInfo/loc/InitModal.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/loc/InitModal.jsx b/rsf-admin/src/page/basicInfo/loc/InitModal.jsx index 16a287a..931b943 100644 --- a/rsf-admin/src/page/basicInfo/loc/InitModal.jsx +++ b/rsf-admin/src/page/basicInfo/loc/InitModal.jsx @@ -153,7 +153,7 @@ <Grid item xs={4}> <ReferenceArrayInput source="typeIds" reference="locType" > - <SelectArrayInput label="table.field.loc.type" onChange={(e) => handleChange(e.target.value, 'typeIds')} /> + <SelectArrayInput label="table.field.loc.type" onChange={(e) => handleChange(e.target.value, 'typeIds')} validate={[required()]} /> </ReferenceArrayInput> </Grid> -- Gitblit v1.9.1