@ldmjs/ui 1.0.16 → 1.0.17
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.
- package/dist/index.js +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16226,6 +16226,9 @@ let DialogComponent = class DialogComponent extends (0,external_vue_class_compon
|
|
|
16226
16226
|
if (resultSave) {
|
|
16227
16227
|
this.modalResult = resultSave;
|
|
16228
16228
|
}
|
|
16229
|
+
else {
|
|
16230
|
+
return;
|
|
16231
|
+
}
|
|
16229
16232
|
}
|
|
16230
16233
|
catch (e) {
|
|
16231
16234
|
/* eslint-disable no-console */
|
|
@@ -16237,6 +16240,9 @@ let DialogComponent = class DialogComponent extends (0,external_vue_class_compon
|
|
|
16237
16240
|
}
|
|
16238
16241
|
else {
|
|
16239
16242
|
modal.okLoading = false;
|
|
16243
|
+
if (!resultSave) {
|
|
16244
|
+
return;
|
|
16245
|
+
}
|
|
16240
16246
|
this.modalResult = resultSave;
|
|
16241
16247
|
}
|
|
16242
16248
|
}
|