save
This commit is contained in:
parent
fd53c682cd
commit
863333c5bb
|
|
@ -46,11 +46,9 @@ function CaseDrop({
|
|||
showSearch
|
||||
onChange={setV}
|
||||
placeholder={name}
|
||||
// options={filterUnitList && filterUnitList.map(item => ({ value: item.test_case,label:item.test_case }))}
|
||||
className={"boxStyles"}
|
||||
bordered={false}
|
||||
onBlur={()=>{if(onBlur){onBlur(v)}}}
|
||||
maxLength={100}
|
||||
>
|
||||
{
|
||||
filterUnitList && filterUnitList.length > 0 &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue