优化评查详情通过/不通过 重新审核按钮切换的操作:只有点击通过/不通过才更新列表

This commit is contained in:
2025-04-22 21:13:45 +08:00
parent 6261950356
commit ee36ce2620
2 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ export default function ReviewDetails() {
});
// 从API获取最新数据刷新列表
if (document && document.id) {
if (document && document.id && newStatus !== 'review') {
await refreshReviewData(document.id.toString());
}
}