fix(dq): 状态统计随搜索刷新,并添加错误日志

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-13 15:53:31 +08:00
co-authored by Claude Opus 4.7
parent c61430ba07
commit 66e5c41844
@@ -199,6 +199,7 @@
return Object.assign(params, queryParam);
},
afterFetch: async (items) => {
fetchStatusStats();
return calcLedgerRowSpan(items);
},
},
@@ -241,7 +242,7 @@
Object.assign(statsData, res);
}
} catch (e) {
// stats fetch failure is non-critical
console.error('【巡视整改-状态统计】获取状态统计数据失败', e);
}
}