@@ -169,7 +172,7 @@ import Status from '@/components/status/index.vue';
import { getAge } from '@/utils/util';
import { useRouter } from 'vue-router';
-let data = ref
();
+let data = ref([]);
let loading = ref(false);
let timer: NodeJS.Timer | null = null;
const paginationConfig = reactive({