摘要: // 根据字典名获取字典数据 export const getDictByName = async (name) => { const data = await getDictByType(name); return data.data; }; 智慧消防es-common 阅读全文
posted @ 2022-09-20 11:45 吕业浩 阅读(67) 评论(0) 推荐(0) 编辑