ztxkui 10.0.65 → 10.0.67

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.
@@ -536,7 +536,7 @@ var Sinatures = function (_a) {
536
536
  'Zmdms-Auth': authToken,
537
537
  }, data: uploadData, authToken: authToken, callback: uploadCallbackFn, originFileList: originFileList, style: { margin: 0 } },
538
538
  React.createElement(Button, { type: "link" }, "\u6DFB\u52A0\u9644\u4EF6")))),
539
- isUpload && (React.createElement(Button, { type: "link", onClick: function () {
539
+ needQj && isUpload ? (React.createElement(Button, { type: "link", onClick: function () {
540
540
  setIsOnlyQj(true);
541
541
  var onlyQjRecords = [
542
542
  {
@@ -547,7 +547,7 @@ var Sinatures = function (_a) {
547
547
  onSigValuesChange(sigValuesChange('fileList', onlyQjRecords));
548
548
  }
549
549
  setRecords(onlyQjRecords);
550
- } }, "\u4EC5\u9700\u8981\u7FA4\u6770\u5370\u7AE0"))));
550
+ } }, "\u4EC5\u9700\u8981\u7FA4\u6770\u5370\u7AE0")) : null));
551
551
  },
552
552
  key: 'attachId',
553
553
  dataIndex: 'attachId',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "10.0.65",
3
+ "version": "10.0.67",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",