Parcourir la source

fix:选择客户时带出客户旧名字

ly il y a 10 mois
Parent
commit
573c4998c9
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/business/crm/order/form.vue

+ 2 - 0
src/views/business/crm/order/form.vue

@@ -1489,7 +1489,9 @@ function handleSelectEmployee(item) {
 }
 
 function handleSelectCompany(item) {
+  console.log(item)
   form.value.companyName = item.name;
+  form.value.oldName = item.oldName;
   form.value.companyId = item.id;
   form.value.customerLabelId = item.customerLabelId
 }