Sfoglia il codice sorgente

提交相关代码

Lijy 10 mesi fa
parent
commit
21935065d0

+ 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(() => {