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