字典类型 CRUD

This commit is contained in:
2024-10-31 14:53:29 +08:00
parent b452636c37
commit b207bc0e68
26 changed files with 386 additions and 279 deletions

View File

@@ -167,7 +167,7 @@ const changeStatus = async (row: Role.RoleBO) => {
// 导出角色列表
//const downloadFile = async () => {
// ElMessageBox.confirm('确认导出角色数据?', '温馨提示', { type: 'warning' }).then(() =>
// ElMessageBox.confirm('确认导出角色数据?', '温馨提示', { dictType: 'warning' }).then(() =>
// useDownload(exportRoleInfo, '角色列表', proTable.value?.searchParam),
// )
//}