@yibozhang/pro-table 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -813,7 +813,15 @@
813
813
  console.log("一致");
814
814
  return [2 /*return*/, true];
815
815
  case 4: return [3 /*break*/, 6];
816
- case 5: return [2 /*return*/, false];
816
+ case 5:
817
+ if (res.code === 10) {
818
+ // code === 10 表示未初始化,需要继续执行后续逻辑
819
+ return [2 /*return*/, true];
820
+ }
821
+ else {
822
+ return [2 /*return*/, false];
823
+ }
824
+ _d.label = 6;
817
825
  case 6: return [2 /*return*/];
818
826
  }
819
827
  });