feat(componentDeployment): 注释刷新依赖逻辑

master
钟良源 2 months ago
parent 3ec6d1700e
commit 9b0569cbaa

@ -88,7 +88,7 @@ const ListNode: React.FC<ListNodeProps> = ({ componentData }) => {
const handleStart = async (record) => { const handleStart = async (record) => {
try { try {
// 先执行刷新依赖 // 先执行刷新依赖
await refreshInstanceDependency(record.id); // await refreshInstanceDependency(record.id);
// 刷新依赖完成后启动 // 刷新依赖完成后启动
const res: any = await startInstance(record.id); const res: any = await startInstance(record.id);
if (res.code === 200) { if (res.code === 200) {

Loading…
Cancel
Save