style: 移除多语言=暂无网元列表数据

This commit is contained in:
TsMask
2024-04-10 16:49:46 +08:00
parent 4460f7201c
commit 638f890228
4 changed files with 6 additions and 6 deletions

View File

@@ -301,7 +301,7 @@ onMounted(() => {
fnGetList();
} else {
message.warning({
content: t('views.configManage.softwareManage.nullData'),
content: t('common.noData'),
duration: 2,
});
}

View File

@@ -731,13 +731,15 @@ onMounted(() => {
}
} else {
message.warning({
content: t('views.configManage.softwareManage.nullData'),
content: t('common.noData'),
duration: 2,
});
}
})
.finally(() => {
// 获取列表数据
fnGetList();
});
// 获取列表数据
fnGetList();
});
</script>