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