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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,7 @@ const onLoadInfo = async () => {
};
onMounted(() => {
changeTab('status');
onLoadInfo();
});
</script>