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