fix:修复部分页面 searchInput不回显的问题

This commit is contained in:
zhangyu
2022-01-05 10:34:22 +08:00
parent 7bbf078c84
commit b6c046efb1
13 changed files with 75 additions and 24 deletions

View File

@@ -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: {