Skip to content

Commit 46a2c3f

Browse files
authored
fix: Fix the issue of mysql status page empty data (#8946)
Refs #8945
1 parent b786d50 commit 46a2c3f

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/views/database/mysql/setting

1 file changed

+1
-0
lines changed

frontend/src/views/database/mysql/setting/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ const onLoadInfo = async () => {
335335
};
336336
337337
onMounted(() => {
338+
changeTab('status');
338339
onLoadInfo();
339340
});
340341
</script>

0 commit comments

Comments
 (0)