Skip to content

CommonSearch公共查询

基于CommonForm的组件

全局注册属性

js
registerComponentDefaultPropsMap({
  CommonSearch: {
    col: {
      sm: 24,
      md: 12,
      lg: 12,
      xl: 12,
    },
    actionCol: 12,
  },
});
loading

props传入事件

loading

provide传入事件

loading

Props

属性说明类型默认值
config表单配置项,用于定义搜索表单项的结构和行为CommonFormConfig[]-
col定义在不同屏幕尺寸下的列数,用于响应式布局{ sm: number; md: number; lg: number; xl: number }{ sm: 24, md: 12, lg: 8, xl: 6 }
resetAll是否重置所有表单字段,包括默认值booleanfalse
resetWithoutSearch重置时是否不触发搜索操作booleanfalse