From ca23f2be97249ab82494983ee34636dcc28c8a19 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 02 四月 2025 10:13:52 +0800 Subject: [PATCH] 报检提示优化 --- 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 931b943..c3c685a 100644 --- a/rsf-admin/src/page/basicInfo/loc/InitModal.jsx +++ b/rsf-admin/src/page/basicInfo/loc/InitModal.jsx @@ -152,7 +152,7 @@ <Grid item xs={4}> - <ReferenceArrayInput source="typeIds" reference="locType" > + <ReferenceArrayInput source="typeIds" reference="dictData" filter={{}}> <SelectArrayInput label="table.field.loc.type" onChange={(e) => handleChange(e.target.value, 'typeIds')} validate={[required()]} /> </ReferenceArrayInput> </Grid> -- Gitblit v1.9.1