Explorar el Código

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

ly hace 10 meses
padre
commit
573c4998c9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
 }