|
|
@ -11,7 +11,7 @@ import DictOptions from './DictOptions'
|
|
|
|
export default class DictMeta {
|
|
|
|
export default class DictMeta {
|
|
|
|
constructor(options) {
|
|
|
|
constructor(options) {
|
|
|
|
this.type = options.type
|
|
|
|
this.type = options.type
|
|
|
|
this.request = options.request,
|
|
|
|
this.request = options.request
|
|
|
|
this.responseConverter = options.responseConverter
|
|
|
|
this.responseConverter = options.responseConverter
|
|
|
|
this.labelField = options.labelField
|
|
|
|
this.labelField = options.labelField
|
|
|
|
this.valueField = options.valueField
|
|
|
|
this.valueField = options.valueField
|
|
|
|