修复删除云应用报错
This commit is contained in:
@@ -159,8 +159,11 @@ export const getNodeList = async (noload?: any) => {
|
||||
// if (!noload) {
|
||||
// apps[i].nodeParamConfigName = await getAppConfigListFun(apps[i].uuid);
|
||||
// }
|
||||
typeKeyArray[apps[i].appType]?.nodes?.push(apps[i]);
|
||||
appList.push(apps[i]);
|
||||
console.log('typeKeyArray[apps[i].appType]', typeKeyArray[apps[i].appType]);
|
||||
if (typeKeyArray[apps[i].appType]) {
|
||||
typeKeyArray[apps[i].appType].nodes.push(apps[i]);
|
||||
appList.push(apps[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user