ztxkui 10.0.64 → 10.0.66

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.
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import React, { memo, useCallback, useMemo, useImperativeHandle, useRef, } from 'react';
24
24
  import { Form } from 'antd';
25
- import { Button } from '../../index.build';
25
+ import { Button } from '../../index';
26
26
  import { DropdownButtons } from '../business/SearchContainer/search-right';
27
27
  import { useDynamic } from './hooks';
28
28
  import Items from './items';
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import React, { memo, useCallback, useMemo, useState, useEffect } from 'react';
13
13
  import { SettingOutlined } from '@ant-design/icons';
14
- import { Drawer, Button, Sortable, Checkbox } from '../../index.build';
14
+ import { Drawer, Button, Sortable, Checkbox } from '../../index';
15
15
  import { DndProvider } from 'react-dnd';
16
16
  import { HTML5Backend } from 'react-dnd-html5-backend';
17
17
  import update from 'immutability-helper';
@@ -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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "10.0.64",
3
+ "version": "10.0.66",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",