Browse Source

2024.1.8

master
yuejiayang 2 years ago
parent
commit
aa074c1296
  1. 4
      src/views/modules/customer/customerGroupInformation.vue
  2. 2
      src/views/modules/customer/customerInformationManagement.vue

4
src/views/modules/customer/customerGroupInformation.vue

@ -17,8 +17,6 @@
<el-select clearable v-model="searchData.type" style="width: 120px">
<el-option label="客户组1" value="1"></el-option>
<el-option label="客户组2" value="2"></el-option>
<el-option label="客户组3" value="3"></el-option>
<el-option label="客户组4" value="4"></el-option>
</el-select>
</el-form-item>
<el-form-item :label="' '">
@ -108,8 +106,6 @@
<el-select v-model="modalData.type" style="width: 221px">
<el-option label="客户组1" value="1"></el-option>
<el-option label="客户组2" value="2"></el-option>
<el-option label="客户组3" value="3"></el-option>
<el-option label="客户组4" value="4"></el-option>
</el-select>
</el-form-item>
</el-form>

2
src/views/modules/customer/customerInformationManagement.vue

@ -2966,7 +2966,7 @@
strVal = this.projectInformationModalData.priority
}
}
else if (val === 1021) {
if (val === 1021) {
strVal = this.modalData.customerGroupId1
} else if (val === 1022) {
strVal = this.modalData.customerGroupId2

Loading…
Cancel
Save