|
@@ -11,8 +11,8 @@ function InnerContactField(props) {
|
|
|
<Select
|
|
|
showSearch
|
|
|
onChange={value => {
|
|
|
- onChange(JSON.stringify(['16569001414345099']));
|
|
|
- // onChange(JSON.stringify([value + ""]));
|
|
|
+ // onChange(JSON.stringify(['16569001414345099']));
|
|
|
+ onChange(JSON.stringify([value]));
|
|
|
}}
|
|
|
filterOption={(input, option) => option.children.toLowerCase().includes(input.toLowerCase())}
|
|
|
>
|