gaoluyang
2025-10-10 a4479235f1ec45ef538eae1fdab5e7f0870b5186
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>