update global topology

This commit is contained in:
Qiuxia Fan 2022-03-22 14:39:20 +08:00
parent 6e01db4871
commit fccbc10bd2

View File

@ -448,7 +448,7 @@ async function backToTopology() {
const resp = await getTopology();
loading.value = false;
if (resp.errors) {
if (resp && resp.errors) {
ElMessage.error(resp.errors);
}
await init();