From 5a98e5f9ce50bb5de56a54cae14e5ea49fbe2c07 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 17 三月 2025 16:19:29 +0800
Subject: [PATCH] 更新流程实现

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

diff --git a/src/utils/dict/DictMeta.js b/src/utils/dict/DictMeta.js
index 9779daa..5ea5ccc 100644
--- a/src/utils/dict/DictMeta.js
+++ b/src/utils/dict/DictMeta.js
@@ -6,6 +6,7 @@
  * @property {String} type 绫诲瀷
  * @property {Function} request 璇锋眰
  * @property {String} label 鏍囩瀛楁
+ * @property {Object} children 瀛愭爣绛惧瓧娈�
  * @property {String} value 鍊煎瓧娈�
  */
 export default class DictMeta {
@@ -15,6 +16,7 @@
     this.responseConverter = options.responseConverter
     this.labelField = options.labelField
     this.valueField = options.valueField
+    this.childrenField = options.childrenField // 娣诲姞children鍙橀噺
     this.lazy = options.lazy === true
   }
 }

--
Gitblit v1.8.0