liuying
2024-11-25 84138b3f42b218ecc2efaa54ec31a1c1be29e326
LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue
@@ -271,13 +271,13 @@
let timeInter: any = null;
// 页面加载时
onMounted(() => {
   initEchartsResize();
   // initEchartsResize();
   timeInter = setInterval(() => {
      nextTick(() => {
         handleQuerywmsStockBoardabc('1');
      });
   }, 15000); //调用频率改为 15秒一次查询。
   // timeInter = setInterval(() => {
   //    nextTick(() => {
   //       handleQuerywmsStockBoardabc('1');
   //    });
   // }, 15000); //调用频率改为 15秒一次查询。
});