v3.6.0 增加字典标签样式回显

This commit is contained in:
YunaiV
2022-02-16 13:27:17 +08:00
parent 986d1328e0
commit 08a35704e9
22 changed files with 101 additions and 126 deletions

View File

@ -95,6 +95,7 @@ export function getDictDatas2(dictType, values) {
results.push(dict);
}
}
// debugger
return results;
}
@ -119,3 +120,5 @@ export function getDictDataLabel(dictType, value) {
return dict ? dict.label : '';
}
export class getDictDataL {
}