优化代码

This commit is contained in:
RuoYi
2026-06-10 19:32:40 +08:00
parent ce866bebfb
commit d827a8159e
15 changed files with 70 additions and 67 deletions

View File

@@ -86,7 +86,7 @@ export function selectDictLabel(datas, value) {
// 回显数据字典(字符串、数组)
export function selectDictLabels(datas, value, separator) {
if (value === undefined || value.length ===0) {
if (value === undefined || value.length === 0) {
return ""
}
if (Array.isArray(value)) {