kmkf-work-order-service-component 0.0.1-alpha.20 → 0.0.1-alpha.21

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.
@@ -389,7 +389,8 @@ var CustomizeFormModal = function CustomizeFormModal(props, ref) {
389
389
  }();
390
390
 
391
391
  var closeModal = function closeModal() {
392
- return setVisible(false);
392
+ setVisible(false);
393
+ form.resetFields();
393
394
  };
394
395
 
395
396
  var openModal = function openModal(_ref4) {
@@ -208,7 +208,8 @@ function ModifyModal(props, ref) {
208
208
  visible: visible,
209
209
  width: '90%',
210
210
  onClose: function onClose() {
211
- return setVisible(false);
211
+ form.resetFields();
212
+ setVisible(false);
212
213
  },
213
214
  title: "\u5F55\u5165\u5DE5\u5355",
214
215
  destroyOnClose: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.0.1-alpha.20",
3
+ "version": "0.0.1-alpha.21",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",