mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-06-19 21:19:22 +08:00
优化代码
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user