ztxkui 3.9.13 → 3.9.14

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.
@@ -322,7 +322,7 @@ var Upload = function (props) {
322
322
  allDownloadCallback && allDownloadCallback(list);
323
323
  }
324
324
  else {
325
- message.info('请选择需要删除得附件!');
325
+ message.info('请选择需要下载的附件!');
326
326
  }
327
327
  }, [allDownloadCallback]);
328
328
  var fileAction = (apiBaseUrl.endsWith('/')
@@ -374,6 +374,7 @@ var Sinatures = function (_a) {
374
374
  docAttachMap: attachMap,
375
375
  deptId: deptId,
376
376
  oldSealIdList: oldSealIdList,
377
+ needYjzrr: isEconomic,
377
378
  };
378
379
  if (!contractId) {
379
380
  setDocumentIds([]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.9.13",
3
+ "version": "3.9.14",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",