fix: bug#13670
This commit is contained in:
parent
0618f613ba
commit
4bb50a9ebc
|
@ -2,7 +2,7 @@
|
|||
<div class="product-container">
|
||||
<pro-search
|
||||
:columns="columns"
|
||||
target="category"
|
||||
target="category-device"
|
||||
@search="(params:any)=>queryParams = {...params}"
|
||||
style='margin-bottom: 0;'
|
||||
/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="product-container">
|
||||
<pro-search
|
||||
:columns="columns"
|
||||
target="category"
|
||||
target="category-product"
|
||||
@search="(params:any)=>queryParams = {...params}"
|
||||
style='margin-bottom: 0;'
|
||||
/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<pro-search
|
||||
:columns="columns"
|
||||
target="category"
|
||||
target="category-user"
|
||||
@search="handleParams"
|
||||
style='margin-bottom: 0;'
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue