|
|
@ -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 |
|
|
|