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 }