改正删除软件包提示
This commit is contained in:
@@ -371,7 +371,7 @@ function fnRecordDelete(row: Record<string, any>) {
|
|||||||
delNeSoftware(toRaw(row)).then(res => {
|
delNeSoftware(toRaw(row)).then(res => {
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('common.msgSuccess', { msg: row.id }),
|
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
|
||||||
key,
|
key,
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user