This commit is contained in:
lcw
2025-09-26 16:13:54 +08:00
parent e7a5f443f2
commit eb91b68d03
86 changed files with 143 additions and 170 deletions

View File

@ -18,11 +18,12 @@ export function getDict(...args) {
dictCode: d
}).then(result => {
result?.itemList?.forEach(p => {
p.label = p.zdmc
p.value = p.dm
p.id = p.dm
p.elTagType = p.dictType
if ( p.itemList && p.itemList.length > 0) {
if (p.itemList && p.itemList.length > 0) {
getChildren(p)
}
p.children = p.itemList