改正删除软件包提示

This commit is contained in:
lai
2024-01-12 11:49:13 +08:00
parent 8f199f71df
commit 9d28ee98a9

View File

@@ -371,7 +371,7 @@ function fnRecordDelete(row: Record<string, any>) {
delNeSoftware(toRaw(row)).then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success({
content: t('common.msgSuccess', { msg: row.id }),
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
key,
duration: 2,
});