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
|
-
|
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
|
-
|
211
|
+
form.resetFields();
|
212
|
+
setVisible(false);
|
212
213
|
},
|
213
214
|
title: "\u5F55\u5165\u5DE5\u5355",
|
214
215
|
destroyOnClose: true,
|