shikeying
2023-04-25 0b67fd879ccd4fb6319dc016babd3bb8ea79dff0
src/utils/dict/Dict.js
@@ -18,6 +18,8 @@
    this.owner = null
    this.label = {}
    this.type = {}
    // 2023-04-15,添加字典引用key
    // this.key = ''
  }
  init(options) {
@@ -34,6 +36,8 @@
      const type = dictMeta.type
      Vue.set(this.label, type, {})
      Vue.set(this.type, type, [])
      // Vue.set(this.key, type, [])
      if (dictMeta.lazy) {
        return
      }