ruoyi-ui/src/utils/dict/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/utils/dict/index.js
@@ -5,7 +5,7 @@ mergeOptions(options) Vue.mixin({ data() { if (this.$options.dicts === undefined || this.$options.dicts === null) { if (this.$options === undefined || this.$options.dicts === undefined || this.$options.dicts === null) { return {} } const dict = new Dict()