feat: 搜索框(部分内容,缺全文搜索处理)
This commit is contained in:
@@ -71,7 +71,6 @@ export default {
|
||||
this.$emit('close')
|
||||
},
|
||||
filter (row) {
|
||||
console.info(row.name, this.item)
|
||||
this.$emit('filter', row.name, this.item)
|
||||
},
|
||||
initEntityTop (leftVal, itemVal, data, totalCount) {
|
||||
|
||||
Reference in New Issue
Block a user