From c2b8fdfd594d68574325d94eff312c8c00b6b73a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期日, 06 七月 2025 16:44:57 +0800 Subject: [PATCH] 代码提交 --- ruoyi-ui/src/utils/dict/index.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/utils/dict/index.js b/ruoyi-ui/src/utils/dict/index.js index 215eb9e..c0105ae 100644 --- a/ruoyi-ui/src/utils/dict/index.js +++ b/ruoyi-ui/src/utils/dict/index.js @@ -20,11 +20,11 @@ } options.onCreated && options.onCreated(this.dict) this.dict.init(this.$options.dicts).then(() => { - options.onReady && options.onReady(this.dict) + options.onReaby && options.onReaby(this.dict) this.$nextTick(() => { - this.$emit('dictReady', this.dict) - if (this.$options.methods && this.$options.methods.onDictReady instanceof Function) { - this.$options.methods.onDictReady.call(this, this.dict) + this.$emit('dictReaby', this.dict) + if (this.$options.methods && this.$options.methods.onDictReaby instanceof Function) { + this.$options.methods.onDictReaby.call(this, this.dict) } }) }) -- Gitblit v1.9.3