REVIEW 代码生成

This commit is contained in:
YunaiV
2023-03-29 22:38:19 +08:00
parent e6dac1ebda
commit 98afdfc040
5 changed files with 29 additions and 47 deletions

View File

@ -190,7 +190,7 @@ const handleExport = async () => {
/** 查询字典(精简)列表 */
const getDictList = async () => {
dicts.value = await DictTypeApi.listSimpleDictType()
dicts.value = await DictTypeApi.getSimpleDictTypeList()
}
/** 初始化 **/