fix: 补齐签名导入待审通知并展示通道组成本

This commit is contained in:
hectorzhao
2026-09-05 21:22:18 +08:00
parent 15a1f9d8ed
commit 839dba8d9b
13 changed files with 103 additions and 6 deletions
@@ -104,6 +104,7 @@ export function ReportImportAuditPanel({
setError('');
try {
await adminApi.reviewReportImportItems(detail.id, { decision, itemIds, reason: reason.trim() || undefined });
window.dispatchEvent(new Event('cmpp-audit-count-refresh'));
setSelected(new Set());
setReason('');
setRejectOpen(false);