fix: 修复非select搜索条件时,去除 isSearchInput 判断条件
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user