forked from drone/command-center-dashboard

张含笑
2025-04-21 aa1e9c86e53a687a8b991fa7c5d2aa85fef34646
src/views/SignMachineNest/MachineLeft/MachineData.vue
@@ -27,9 +27,9 @@
const statisticsList = ref([]);
const singleTotal = inject('singleTotal')
// 添加监听
watch(
  () => store.state.home.singleTotal,
watch(singleTotal,
  (newValue) => {
    if (!newValue) return;
    statisticsList.value = [