From 10a43f2d14a1a161bc624b9fe2f70febc9776ac8 Mon Sep 17 00:00:00 2001 From: skyouc <958836976@qq.com> Date: 星期五, 05 九月 2025 09:42:19 +0800 Subject: [PATCH] 1 --- rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx b/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx index b6d60a2..0993b27 100644 --- a/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx +++ b/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx @@ -32,6 +32,7 @@ import StatusSelectInput from "../../components/StatusSelectInput"; import MemoInput from "../../components/MemoInput"; import DictionarySelect from "../../components/DictionarySelect"; +import DictionaryArraySelect from "../../components/DictionaryArraySelect"; const BasStationCreate = (props) => { const { open, setOpen } = props; @@ -171,9 +172,9 @@ /> </Grid> <Grid item xs={6} display="flex" gap={1}> - <DictionarySelect + <DictionaryArraySelect label={translate("table.field.basStation.containerType")} - name="containerType" + name="containerTypes" size="small" validate={[required()]} dictTypeCode="sys_container_type" -- Gitblit v1.9.1