feat: 搜索框(部分内容,缺全文搜索处理)

This commit is contained in:
chenjinsong
2022-01-25 19:47:08 +08:00
parent f22a1f30eb
commit fe285adfa9
8 changed files with 112 additions and 40 deletions

View File

@@ -177,8 +177,8 @@ export default {
}
},
methods: {
search (q) {
this.$emit('search', { q: q })
search (metaList, formatSql) {
this.$emit('search', metaList, formatSql)
},
addParams (params) {
this.$refs.search.addParams(params)