Browse Source

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

Merge pull request !188 from Tigger_hyk/master
master
若依 3 years ago committed by Gitee
parent
commit
01e4e619e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      ruoyi-ui/src/utils/dict/DictMeta.js

2
ruoyi-ui/src/utils/dict/DictMeta.js

@ -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

Loading…
Cancel
Save