瀏覽代碼

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

ly 10 月之前
父節點
當前提交
573c4998c9
共有 1 個文件被更改,包括 2 次插入0 次删除
  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
 }