修复已删除动态回捞页面bug
This commit is contained in:
parent
0667e65518
commit
27ed0f1d24
|
@ -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,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue