rsf-design/src/hooks/core/useTable.js
@@ -186,7 +186,10 @@ } return standardResponse } catch (err) { if (err instanceof Error && err.message === '请求已取消') { if ( err instanceof Error && (err.message === '请求已取消' || err.code === 'REQUEST_CANCELLED') ) { loadingState.value = 'idle' return { records: [], total: 0, current: 1, size: 10 } }