dev
tangjie 2026-07-14 14:41:54 +08:00
parent 6e192cdb3f
commit cf4e41ee84
1 changed files with 2 additions and 3 deletions

View File

@ -223,14 +223,13 @@ const RegisterMore = (props) => {
>
<Select
options={QUALIFICATION_INDUSTRY_OPTIONS}
//mode="multiple"
mode="multiple"
placeholder="请选择安全生产监管行业类别"
allowClear
onChange={(value, option) => {
form.setFieldValue(
"safetyIndustryCategoryName",
option?.label || "",
//option?.map((item) => item.label).join(",") || "",
option?.map((item) => item.label).join(",") || "",
);
}}
/>