Lijy 1 год назад
Родитель
Сommit
0cd2c80862
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

@@ -378,11 +378,11 @@ function editCustomerSave(flag: boolean) {
 
 
 function editCustomer(row: any) { // row 有数据代表编辑
 function editCustomer(row: any) { // row 有数据代表编辑
   if (row) {
   if (row) {
-    const { id, companyPhone, customName, inchargerId, createTime, customSourceId, customerIndustryId, customerLevelId, email } = row
+    const { id, companyPhone, customName, inchargerId, createTime, customSourceId, customerIndustryId, customerLevelId, email, telPhone } = row
     const formVal = {
     const formVal = {
       id, customName, inchargerId, customerIndustryId, customerLevelId, email, customSourceId,
       id, customName, inchargerId, customerIndustryId, customerLevelId, email, customSourceId,
       createTime: formatDate(new Date(createTime)),
       createTime: formatDate(new Date(createTime)),
-      telPhone: companyPhone,
+      telPhone, companyPhone
     }
     }
     allLoading.customerTemplateRefLoading = true
     allLoading.customerTemplateRefLoading = true
     setTimeout(() => {
     setTimeout(() => {