#
zhou zhou
8 小时以前 62569f5a20510dad64109ef18ba64929b8fecef6
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 }
      }