--日志板块
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user