1.0.1 • Published 4 years ago

ai-search-nav v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

KvTable

import { Nav } from "ai-search-nav";

<Nav
  dimensionCode="123"
  onClick={this.handleClick}
  apiUrl="/test/navList"
  config={{
    zjhm: "130130198902022312",
    name: "杭州",
  }}
  queryParams={{
    caseId: "12222222",
  }}
  configUrl="/test/querypz"
  tableUrl="/test/queryList"
/>;

props

参数类型说明必填
dimensionCodestring请求列表
onClickfunction回调函数
apiUrlstring接口
customCol自定义表头
config{}配置入参
queryParams固定入参
configUrl获取出入参
tableUrl获取 table 列表
1.0.1

4 years ago

1.0.0

4 years ago