NEZ-660 fix: 修复一系列搜索框问题
This commit is contained in:
@@ -841,6 +841,8 @@ export default {
|
||||
objectInfo.type = val.valnum
|
||||
} else if (val.label === 'assetState') {
|
||||
objectInfo.state = val.valnum
|
||||
} else if (val.label === 'credentialType') {
|
||||
objectInfo.types = val.valnum
|
||||
} else if (typeof (val.valnum) === 'undefined' || val.valnum == '') {
|
||||
this.selectInfoList[val.label].forEach(item => {
|
||||
if (item.label === val.val) {
|
||||
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
searchLabelList: [{
|
||||
name: 'ID',
|
||||
type: 'input',
|
||||
label: 'id',
|
||||
label: 'ids',
|
||||
disabled: false
|
||||
}, {
|
||||
name: this.$t('overall.name'),
|
||||
|
||||
Reference in New Issue
Block a user