From 8ff154a17e5c98cf63e0d68fa8fefd07e57fb43d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 9 Mar 2026 17:53:28 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-07=20commGroup3=E4=B8=8D=E8=BD=AC?= =?UTF-8?q?=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index c073d22..027a8db 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -1500,7 +1500,7 @@ this.modalData.productGroupId4 = this.modalData.productGroupId4.toUpperCase() this.modalData.hazardCode = this.modalData.hazardCode.toUpperCase() this.modalData.productGroupId3 = this.modalData.productGroupId3.toUpperCase() - this.modalData.commGroup3 = this.modalData.commGroup3.toUpperCase() + // this.modalData.commGroup3 = this.modalData.commGroup3.toUpperCase() this.modalData.groupId = this.modalData.groupId.toUpperCase() this.modalData.productGroupId1 = this.modalData.productGroupId1.toUpperCase() this.modalData.familyId = this.modalData.familyId.toUpperCase()