--日志板块

This commit is contained in:
lai
2023-11-10 18:25:56 +08:00
parent b8190bd640
commit ca4493aaa6
12 changed files with 330 additions and 151 deletions

View File

@@ -654,7 +654,7 @@ function fnRecordDelete(roleId: string = '0') {
delRole(roleId).then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success({
content: t('common.msgSuccess', { msg: t('common.deleteText ') }),
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
key,
duration: 2,
});