فهرست منبع

提交相关代码

Lijy 10 ماه پیش
والد
کامیت
21935065d0
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

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

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