@@ -298,6 +298,7 @@ export default {
if (customer) {
// 只保留匹配的客户选项
+ customer.Customer_ID = String(customer.Customer_ID)
this.options = [customer]
// 设置当前值以确保选中状态
this.currentValue = String(customer.Customer_ID)