diff --git a/src/views/modules/customer/customerInformationManagement.vue b/src/views/modules/customer/customerInformationManagement.vue index e55b0bf..939feb7 100644 --- a/src/views/modules/customer/customerInformationManagement.vue +++ b/src/views/modules/customer/customerInformationManagement.vue @@ -148,12 +148,12 @@ - 客户组1 + 客户组1 - 客户组2 + 客户组2 @@ -2972,9 +2972,9 @@ strVal = this.projectInformationModalData.priority } } - if (val === 1021) { + if (val === 120) { strVal = this.modalData.customerGroupId1 - } else if (val === 1022) { + } else if (val === 121) { strVal = this.modalData.customerGroupId2 } this.$refs.baseList.init(val, strVal) @@ -3009,10 +3009,10 @@ this.projectInformationModalData.priorityDesc = val.Base_desc } } - if (this.tagNo === 1021) { + if (this.tagNo === 120) { this.modalData.customerGroupId1 = val.customer_group_id this.modalData.customerGroupName1 = val.customer_group_name - } else if (this.tagNo === 1022) { + } else if (this.tagNo === 121) { this.modalData.customerGroupId2 = val.customer_group_id this.modalData.customerGroupName2 = val.customer_group_name }