兰宝车间质量管理系统-前端
疯狂的狮子Li
2025-02-07 b95a49c7d74e5c7f45cd7c65f45502edf7f203dd
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;