ztxkui 3.2.15 → 3.2.16
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.
|
@@ -68,10 +68,10 @@ var PrintContainer = function (_a) {
|
|
|
68
68
|
if (status === 200 && data.code === 200) {
|
|
69
69
|
var records = (data || {}).data.records;
|
|
70
70
|
if (Array.isArray(records)) {
|
|
71
|
-
var
|
|
71
|
+
var sealPositionInfoList = ((_a = records[0]) === null || _a === void 0 ? void 0 : _a.sealPositionInfoList) || [];
|
|
72
72
|
var __sealIdList_1 = [];
|
|
73
73
|
var __keywordList_1 = [];
|
|
74
|
-
|
|
74
|
+
sealPositionInfoList.forEach(function (item, index) {
|
|
75
75
|
if (item.sealId != null) {
|
|
76
76
|
__sealIdList_1.push(item.sealId);
|
|
77
77
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export { default as PrintContainer } from './components/PrintContainer';
|
|
|
45
45
|
export { default as Sinatures } from './components/business/Signatures';
|
|
46
46
|
export { default as UploadSingle } from './components/UploadSingle';
|
|
47
47
|
export { default as CodeQuery } from './components/business/CodeQuery';
|
|
48
|
+
export { default as DgColumns } from './components/business/DgColumns';
|
|
48
49
|
export { ConfigProvider, Drawer, message, Space, Grid, Divider, Dropdown, Badge, List, Result, Spin, Popconfirm, TreeSelect, Tree, Progress, Cascader, Tooltip, Descriptions, Image, Popover, Breadcrumb, Transfer, Row, Col, } from 'antd';
|
|
49
50
|
export { default as zhCN } from 'antd/lib/locale/zh_CN';
|
|
50
51
|
export { default as Icon, createFromIconfontCN } from '@ant-design/icons';
|
package/dist/index.js
CHANGED
|
@@ -159,6 +159,7 @@ export { default as PrintContainer } from './components/PrintContainer';
|
|
|
159
159
|
export { default as Sinatures } from './components/business/Signatures';
|
|
160
160
|
export { default as UploadSingle } from './components/UploadSingle';
|
|
161
161
|
export { default as CodeQuery } from './components/business/CodeQuery';
|
|
162
|
+
export { default as DgColumns } from './components/business/DgColumns';
|
|
162
163
|
export { ConfigProvider, Drawer, message, Space, Grid, Divider, Dropdown, Badge, List, Result, Spin, Popconfirm, TreeSelect, Tree, Progress, Cascader, Tooltip, Descriptions, Image, Popover, Breadcrumb, Transfer, Row, Col, } from 'antd';
|
|
163
164
|
export { default as zhCN } from 'antd/lib/locale/zh_CN';
|
|
164
165
|
export { default as Icon, createFromIconfontCN } from '@ant-design/icons';
|