From 6636b48aab02c10b261562abd5dcb6f2c1566a86 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期二, 15 七月 2025 15:56:09 +0800
Subject: [PATCH] qx

---
 src/views/system/comp/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue
index 22d57ae..6dfc31d 100644
--- a/src/views/system/comp/index.vue
+++ b/src/views/system/comp/index.vue
@@ -1626,14 +1626,14 @@
     handleGroup() {
       // 濡傛灉娌℃湁閫変腑浠讳綍閮ㄩ棬锛堝嵆娌℃湁 selectionList锛夛紝鍙互鐩存帴浠� OnenewpacName 鑾峰彇鏁版嵁
       let mapList = [];
-      this.OnenewpacName.forEach((item) => {
-        mapList.push({
-          proName: item.proName,
-          proId: item.proId,
-          proPrice: item.proPrice,
-        });
-      });
-
+      // this.OnenewpacName.forEach((item) => {
+      //   mapList.push({
+      //     proName: item.proName,
+      //     proId: item.proId,
+      //     proPrice: item.proPrice,
+      //   });
+      // });
+      console.log(this.groupList)
       let data = {
         groupingName: this.forms.groupingName,
         gtAge: this.forms.gtAge,

--
Gitblit v1.8.0