From 0b67fd879ccd4fb6319dc016babd3bb8ea79dff0 Mon Sep 17 00:00:00 2001
From: shikeying <pxzsky@163.com>
Date: 星期二, 25 四月 2023 18:47:35 +0800
Subject: [PATCH] 修改列表组件,支持属性子属性

---
 src/utils/dict/Dict.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/utils/dict/Dict.js b/src/utils/dict/Dict.js
index 104bd6e..5231b0e 100644
--- a/src/utils/dict/Dict.js
+++ b/src/utils/dict/Dict.js
@@ -18,6 +18,8 @@
     this.owner = null
     this.label = {}
     this.type = {}
+    // 2023-04-15锛屾坊鍔犲瓧鍏稿紩鐢╧ey
+    // 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
       }

--
Gitblit v1.9.1