ztxkui 4.2.23-150 → 4.2.23-151

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.
@@ -173,7 +173,9 @@ var UserInfo = function (_a) {
173
173
  React.createElement(Button, { type: "primary", onClick: onSaveHandle, loading: loading }, "\u4FDD\u5B58"),
174
174
  React.createElement(Button, { type: "default", onClick: onCloseHandle, loading: loading }, "\u53D6\u6D88"))) : (React.createElement(Button, { type: "primary", onClick: onStartHandle, loading: loading }, "\u7F16\u8F91"));
175
175
  };
176
- return (React.createElement(Modal, { visible: visible, loading: loading, onCancel: onCancel, title: "\u7528\u6237\u4FE1\u606F", footer: footerDomFn(), maskClosable: false, width: "80%" },
176
+ return (React.createElement(Modal, { visible: visible, loading: loading, onCancel: onCancel, title: "\u7528\u6237\u4FE1\u606F",
177
+ // footer={footerDomFn()}
178
+ footer: null, maskClosable: false, width: "80%" },
177
179
  React.createElement(Container, null,
178
180
  React.createElement(MakingForm, { params: params, isEdit: isEdit, getFormObj: getFormObjHandle, setParams: setParams }))));
179
181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.23-150",
3
+ "version": "4.2.23-151",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",