NEZ-3437 fix: Agents state参数从页面访问 未保留
This commit is contained in:
@@ -838,10 +838,10 @@ export default {
|
||||
},
|
||||
jsonKey: 'val'
|
||||
},
|
||||
state: {
|
||||
statuses: {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'state',
|
||||
propertyName: 'statuses',
|
||||
type: 'string',
|
||||
defaultJson: {
|
||||
disabled: false,
|
||||
@@ -849,9 +849,11 @@ export default {
|
||||
name: 'State',
|
||||
readonly: true,
|
||||
type: 'select',
|
||||
val: ''
|
||||
val: '',
|
||||
valnum: '',
|
||||
listStr: 'promState'
|
||||
},
|
||||
jsonKey: 'val'
|
||||
jsonKey: 'valnum'
|
||||
},
|
||||
dcIds: {
|
||||
target: this.searchLabel,
|
||||
@@ -880,9 +882,11 @@ export default {
|
||||
name: 'Type',
|
||||
readonly: true,
|
||||
type: 'select',
|
||||
val: ''
|
||||
val: '',
|
||||
valnum: '',
|
||||
listStr: 'promType'
|
||||
},
|
||||
jsonKey: 'val'
|
||||
jsonKey: 'valnum'
|
||||
},
|
||||
host: {
|
||||
target: this.searchLabel,
|
||||
|
||||
Reference in New Issue
Block a user