fix: 修复非select搜索条件时,去除 isSearchInput 判断条件

This commit is contained in:
@changcode
2021-12-24 18:43:41 +08:00
parent 98026c1e0f
commit e9f17fa1c3

View File

@@ -345,7 +345,6 @@ export default {
ids: {
target: this.searchLabel,
propertyName: 'ids',
isSearchInput: true,
type: 'string',
defaultJson: {
disabled: false,
@@ -396,7 +395,6 @@ export default {
},
name: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'name',
type: 'string',
defaultJson: {