fix(缺陷管理): 修复列表过滤器刷新不生效问题
This commit is contained in:
parent
08df0f8e1f
commit
54e07b6f05
|
@ -6,6 +6,7 @@
|
|||
:row-count="filterRowCount"
|
||||
@keyword-search="fetchData"
|
||||
@adv-search="handleAdvSearch"
|
||||
@refresh="handleAdvSearch"
|
||||
>
|
||||
<template #left>
|
||||
<div class="flex gap-[12px]">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
:filter-config-list="filterConfigList"
|
||||
:row-count="filterRowCount"
|
||||
@keyword-search="fetchData"
|
||||
@refresh="fetchData('')"
|
||||
>
|
||||
<template #left>
|
||||
<div></div>
|
||||
|
|
Loading…
Reference in New Issue