fix(dq): 状态统计随搜索刷新,并添加错误日志
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user