From 58294a63c3ae0570d9511781d04544c272194d1f Mon Sep 17 00:00:00 2001 From: zhousq Date: Thu, 28 Mar 2024 08:22:56 +0800 Subject: [PATCH] =?UTF-8?q?2024-3-28=20=E5=A2=9E=E5=8A=A0searchtable?= =?UTF-8?q?=E7=9A=84open=E5=8F=82=E6=95=B0=EF=BC=8C=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=8C=89=E9=92=AE=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchTable/src/SearchTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchTable/src/SearchTable.vue b/src/components/SearchTable/src/SearchTable.vue index aaaabe0ad..d3f963134 100644 --- a/src/components/SearchTable/src/SearchTable.vue +++ b/src/components/SearchTable/src/SearchTable.vue @@ -74,7 +74,7 @@ const typeRef = ref() const rowRef = ref() const allSchemasRef = ref() const multipleBol = ref(false) - +//isSearchFilterButtonHide 增加筛选按钮显示隐藏 控制 const searchConditionRef = ref() const open = (titleName: any, allSchemas: any,getApiPage: any, formField: any, searchField: any,multiple: any, type: any, row: any, searchCondition:any , isCountRequestRe:any,isSearchFilterButtonHide:any ) => { filterButtonOptions.value.hide=isSearchFilterButtonHide?isSearchFilterButtonHide:false