Browse Source

2024-10-12

优化
master
fengyuan_yang 1 year ago
parent
commit
3e862387e3
  1. 2
      src/views/modules/project/projectInfo/com_project_info_part.vue

2
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -764,7 +764,7 @@
this.modalData.productGroupId4 = this.modalData.productGroupId4.toUpperCase()
this.modalData.hazardCode = this.modalData.hazardCode.toUpperCase()
this.modalData.productGroupId3 = this.modalData.productGroupId3.toUpperCase()
this.modalData.umId = this.modalData.umId.toUpperCase()
// this.modalData.umId = this.modalData.umId.toUpperCase()
this.modalData.groupId = this.modalData.groupId.toUpperCase()
this.modalData.productGroupId1 = this.modalData.productGroupId1.toUpperCase()
this.modalData.familyId = this.modalData.familyId.toUpperCase()

Loading…
Cancel
Save