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