renmingwang
2026-03-25 6d56bf4daf08c4c7c6d193d98ed0b547dc473451
ÏîÄ¿´úÂë/´óÆÁ/src/views/indexs/inventory-stats.vue
@@ -83,7 +83,7 @@
    // æ¯10秒刷新一次数据
    this.refreshInterval = setInterval(() => {
      this.getData();
    }, 10000);
    }, 30000);
  },
  beforeDestroy() {
    if (this.refreshInterval) {