兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-07-27 e5e43fe024becfb0b5322c7cad0362fcc3b98e81
src/views/monitor/cache/index.vue
@@ -126,8 +126,9 @@
<script setup name="Cache" lang="ts">
import { getCache } from '@/api/monitor/cache';
import * as echarts from 'echarts';
import { CacheVO } from '@/api/monitor/cache/types';
const cache = ref<any>({});
const cache = ref<Partial<CacheVO>>({});
const commandstats = ref();
const usedmemory = ref();
const { proxy } = getCurrentInstance() as ComponentInternalInstance;