fix:search 默认focus值为false
This commit is contained in:
parent
a3a260341b
commit
98c4ab41ba
|
@ -8,7 +8,7 @@
|
|||
v-else
|
||||
:placeholder="`请输入${name}`"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<u-search
|
||||
placeholder="请输入供应商名称"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<u-search
|
||||
placeholder="请输入供应商名称"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<u-search
|
||||
placeholder="请输入客户名称"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<u-search
|
||||
placeholder="请输入客户名称"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<u-search
|
||||
placeholder="请输入客户名称"
|
||||
v-model="keyword"
|
||||
:focus="true"
|
||||
|
||||
bgColor="#fff"
|
||||
clearable
|
||||
:showAction="false"
|
||||
|
|
Loading…
Reference in New Issue