修复已删除动态回捞页面bug

This commit is contained in:
yezian 2024-03-27 21:40:22 +08:00
parent 0667e65518
commit 27ed0f1d24
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default function DeletedPostReview() {
}, },
body: JSON.stringify({ body: JSON.stringify({
id: record.info.id, id: record.info.id,
status: 2, del_flag: 0,
...base, ...base,
}), }),
}); });