From ee8a74f28e867585326adebd1232fbbc45606518 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Tue, 11 Aug 2026 15:27:13 +0800 Subject: [PATCH] feat --- src/pages/Container/EnterpriseInfo/EquipInfo/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Container/EnterpriseInfo/EquipInfo/index.js b/src/pages/Container/EnterpriseInfo/EquipInfo/index.js index b62e007..bf1682c 100644 --- a/src/pages/Container/EnterpriseInfo/EquipInfo/index.js +++ b/src/pages/Container/EnterpriseInfo/EquipInfo/index.js @@ -418,9 +418,13 @@ function EquipFormModal({ disabled={!industryCode} allowClear showSearch + onChange={(value, option)=>{ + form.setFieldValue('deviceTypeName', option.label) + }} filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())} /> +