fix:修复部分页面 searchInput不回显的问题
This commit is contained in:
@@ -770,6 +770,7 @@ export default {
|
||||
ids: {
|
||||
target: this.searchLabel,
|
||||
propertyName: 'ids',
|
||||
isSearchInput: true,
|
||||
type: 'string',
|
||||
defaultJson: {
|
||||
disabled: false,
|
||||
@@ -783,6 +784,7 @@ export default {
|
||||
},
|
||||
name: {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'name',
|
||||
type: 'string',
|
||||
defaultJson: {
|
||||
@@ -797,6 +799,7 @@ export default {
|
||||
},
|
||||
sn: {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'sn',
|
||||
type: 'number',
|
||||
defaultJson: {
|
||||
@@ -811,6 +814,7 @@ export default {
|
||||
},
|
||||
manageIp: {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'manageIp',
|
||||
type: 'number',
|
||||
defaultJson: {
|
||||
|
||||
Reference in New Issue
Block a user