fix: Fix the issue of mysql status page empty data (#8946)

Refs #8945
This commit is contained in:
igophper
2025-06-07 23:01:47 +08:00
committed by GitHub
parent b786d507e0
commit 46a2c3f81b
@@ -335,6 +335,7 @@ const onLoadInfo = async () => {
};
onMounted(() => {
changeTab('status');
onLoadInfo();
});
</script>