yys
maven
2025-09-01 a78db39695a48b7a9b0b2f8a37a0c9cd32bfb6b4
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>