gaoluyang
2025-07-23 a489e0d92f461e19c565a5f76acd8a59d732c95c
src/views/monitor/server/index.vue
@@ -171,6 +171,7 @@
<script setup>
import { getServer } from '@/api/monitor/server'
import {onMounted} from "vue";
const server = ref([])
const { proxy } = getCurrentInstance()
@@ -183,5 +184,7 @@
  })
}
getList()
onMounted(() => {
   getList();
});
</script>