瀏覽代碼

fix: 修复客户ID未转换为字符串的问题

yz 1 月之前
父節點
當前提交
14dce58dad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/order/lead/index.vue

+ 1 - 1
src/views/order/lead/index.vue

@@ -418,7 +418,7 @@ export default {
                         label: `${customer.Customer_CODE} - ${customer.Customer_NAME}`,
                         customerCode: customer.Customer_CODE,
                         customerName: customer.Customer_NAME,
-                        customerId: customer.Customer_ID.toString()
+                        customerId: customer.Customer_ID
                     }))
 
                     // 更新表格配置中的选项数据