!188 【轻量级 PR】代码异味。项目review时发现多了逗号。

Merge pull request !188 from Tigger_hyk/master
zmy
若依 2022-05-13 08:21:36 +00:00 committed by Gitee
commit 01e4e619e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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