fix: 统一修改删除操作提示

This commit is contained in:
zhengkunwang223
2022-12-02 10:59:07 +08:00
committed by zhengkunwang223
parent 42a9d34e3d
commit e45f5e3369
24 changed files with 24 additions and 30 deletions

View File

@@ -123,7 +123,7 @@ const onBatchDelete = async (row: Backup.RecordInfo | null) => {
ids.push(item.id);
});
}
await useDeleteData(deleteBackupRecord, { ids: ids }, 'commons.msg.delete', true);
await useDeleteData(deleteBackupRecord, { ids: ids }, 'commons.msg.delete');
search();
};