优化评查详情通过/不通过 重新审核按钮切换的操作:只有点击通过/不通过才更新列表
This commit is contained in:
@@ -413,7 +413,7 @@ export default function ReviewDetails() {
|
||||
});
|
||||
|
||||
// 从API获取最新数据刷新列表
|
||||
if (document && document.id) {
|
||||
if (document && document.id && newStatus !== 'review') {
|
||||
await refreshReviewData(document.id.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user