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

@@ -344,6 +344,7 @@ export default {
orderBy: { target: this.$data, propertyName: 'orderBy', type: 'string' },
ids: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'ids',
type: 'string',
defaultJson: {
@@ -358,9 +359,9 @@ export default {
},
severityIds: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'severityIds',
type: 'string',
isSearchInput: true,
defaultJson: {
disabled: false,
id: 4,
@@ -377,9 +378,9 @@ export default {
},
type: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'type',
type: 'number',
isSearchInput: true,
defaultJson: {
name: 'Type',
id: 5,
@@ -395,6 +396,7 @@ export default {
},
name: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'name',
type: 'string',
defaultJson: {