feat(componentDeployment): 注释掉主机列表请求中的环境类型参数

master
钟良源 2 months ago
parent 43c473ab73
commit 42021a122d

@ -92,7 +92,7 @@ const AddModal = ({ addItem, visible, setVisible, onSuccess }) => {
const getHostOptions = async () => { const getHostOptions = async () => {
const res: any = await getHostList({ const res: any = await getHostList({
type: 'docker-env', // type: 'docker-env',
componentBaseId: addItem.componentBaseId componentBaseId: addItem.componentBaseId
}); });
if (res.code === 200) setHostOptions(res.data); if (res.code === 200) setHostOptions(res.data);

Loading…
Cancel
Save