Browse Source

2024-3-28 增加searchtable的open参数,控制筛选按钮的显示隐藏

master_hella_20240701
zhousq 6 months ago
parent
commit
58294a63c3
  1. 2
      src/components/SearchTable/src/SearchTable.vue

2
src/components/SearchTable/src/SearchTable.vue

@ -74,7 +74,7 @@ const typeRef = ref()
const rowRef = ref() const rowRef = ref()
const allSchemasRef = ref() const allSchemasRef = ref()
const multipleBol = ref(false) const multipleBol = ref(false)
//isSearchFilterButtonHide
const searchConditionRef = ref() 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 ) => { 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 filterButtonOptions.value.hide=isSearchFilterButtonHide?isSearchFilterButtonHide:false

Loading…
Cancel
Save