Эх сурвалжийг харах

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

ly 10 сар өмнө
parent
commit
573c4998c9

+ 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
 }