dev_1.0.1
tangjie 2026-07-15 09:54:47 +08:00
parent ed9cef3c35
commit 4f883a176b
2 changed files with 3 additions and 3 deletions

View File

@ -198,14 +198,13 @@ function OrgInfoPage(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(",") || "",
);
}}
/>

View File

@ -12,6 +12,7 @@ import {
Table,
TreeSelect,
} from "antd";
import { Get } from "@cqsjjb/jjb-common-lib/http";
import { useEffect, useRef, useState } from "react";
import dayjs from "dayjs";
import PageLayout from "@cqsjjb/jjb-react-admin-component/PageLayout";