0.0.7 • Published 2 years ago
searched-input v0.0.7
searched-input
API
Attributes
| 属性名 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| model-value / v-model | 绑定值 | string | — | — |
| domain | 接口域名 | string | - | - |
| type | 类型 | string | 见下方 | all |
| searchType | 搜索类型 | string | currency:通用搜索 / topic:专题搜索 | currency |
| current | 当前页数 | number | — | 1 |
| pageSize | 每页显示条目个数 | number | — | 10 |
type属性值
| 属性值 | 说明 | 所属搜索类型 |
|---|---|---|
| all | 通用搜索 | currency:通用搜索 |
| knowledgeBase | 知识库 | currency:通用搜索 |
| disasterCaseBase | 灾害事故案例库 | currency:通用搜索 |
| enlistTheWorld | 网罗天下 | currency:通用搜索 |
| enterpriseArchives | 企业全息档案 | currency:通用搜索 |
| rescueTeam | 救援队伍 | currency:通用搜索 |
| expert | 救援专家 | currency:通用搜索 |
| knowledgeQA | 知识问答 | currency:通用搜索 |
| document | 文档 | currency:通用搜索 |
| picture | 图片 | currency:通用搜索 |
| video | 视频 | currency:通用搜索 |
| 1 | 地震专题 | topic:专题搜索 |
| 2 | 事故专题 | topic:专题搜索 |
| 3 | 危化品专题 | topic:专题搜索 |
| 4 | 尾矿库专题 | topic:专题搜索 |
| 5 | 煤矿专题 | topic:专题搜索 |
Events
| 事件名称 | 说明 | 参数 |
|---|---|---|
| getSearchList | 回车或者点击智能提示某一项触发该事件。( data:搜索结果集合;isInput:true表示由输入框搜索,false表示是选择提示词搜索;search:选中的提示词的信息;title:搜索词 ) | {data,isInput,search,title} |
Methods
| 事件名称 | 说明 | 参数 |
|---|---|---|
| handleSearch | 手动触发getSearchList事件 | — |