2020-08-27 17:18:57 +08:00

8 lines
294 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 数据字典 FesMap
数据字典管理对象。当FesApp启动时`common/map.js`中读取原始数据,先把原始数据转换成{value: value, text: text}对象再存入FesMap。
## 函数
* getNameByValue(name, value)
从FesMap[name]中找出值是value的那一条数据