bug
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
type: 'select',
|
||||
label: '能源类型',
|
||||
selectOptions: [],
|
||||
param: 'objType',
|
||||
param: 'energyTypeId',
|
||||
filterable: true,
|
||||
width: 120,
|
||||
clearable: false
|
||||
@@ -126,7 +126,7 @@ export default {
|
||||
selectOptions: this.getDictDatas(this.DICT_TYPE.OBJECT_TYPE),
|
||||
labelField: 'label',
|
||||
valueField: 'value',
|
||||
param: 'energyTypeId',
|
||||
param: 'objType',
|
||||
width: 100,
|
||||
clearable: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user