From 42021a122debb821fda756aca9c508459a59af4a Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 3 Dec 2025 15:32:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(componentDeployment):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E4=B8=BB=E6=9C=BA=E5=88=97=E8=A1=A8=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=8E=AF=E5=A2=83=E7=B1=BB=E5=9E=8B=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/componentDevelopment/componentDeployment/addModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/componentDevelopment/componentDeployment/addModal.tsx b/src/pages/componentDevelopment/componentDeployment/addModal.tsx index e24bea6..e7c2712 100644 --- a/src/pages/componentDevelopment/componentDeployment/addModal.tsx +++ b/src/pages/componentDevelopment/componentDeployment/addModal.tsx @@ -92,7 +92,7 @@ const AddModal = ({ addItem, visible, setVisible, onSuccess }) => { const getHostOptions = async () => { const res: any = await getHostList({ - type: 'docker-env', + // type: 'docker-env', componentBaseId: addItem.componentBaseId }); if (res.code === 200) setHostOptions(res.data);