From 42e7bee237fc87c2f8f4e20116cdc47da4842b44 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 17 七月 2025 18:32:49 +0800 Subject: [PATCH] 1 --- 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