1
huangxiaoqiang
2025-06-05 c87ea81736b138f3969ab58850830ede2f060212
CodeManagement/BigScreenVue/src/views/indexs/pass-two.vue
@@ -217,8 +217,8 @@
      //     }
      // });
      var rep1 = await Floorfault();
      const rep = rep1.filter(it => it.roadway.includes("JZ"));
      const rep = rep1.filter(it =>it.roadway.includes("CW"));
// 按 productionLine 字段分组,并转换为对象数组
const groupedArray = Object.entries(
  rep.reduce((acc, item) => {