mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
v3.6.0 增加字典标签样式回显
This commit is contained in:
@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user