ztxkui 3.8.0 → 3.8.1

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.
@@ -113,7 +113,7 @@ var Sinatures = function (_a) {
113
113
  var hasElectronicSeal = records === null || records === void 0 ? void 0 : records.some(function (item) { return !!item.isElectronicSeal; });
114
114
  if (hasElectronicSeal) {
115
115
  setContractId(contract_id);
116
- setSealedIds(checkAttachIdList);
116
+ setSealedIds(checkAttachIdList || []);
117
117
  setAttachMap(docAttachMap);
118
118
  setDocumentIds(documentIdList);
119
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",