chenyong
2025-05-22 03e09a08f4609cc61e64ca16129db5a3ccb85c1d
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) => {