isobit-ui 0.0.338 → 0.0.339
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.339
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6477,6 +6477,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6477
6477
|
if (_exit2) return _result;
|
|
6478
6478
|
axios__default['default'].post(action, o).then(function (result) {
|
|
6479
6479
|
var data = result.data;
|
|
6480
|
+
console.log(11);
|
|
6480
6481
|
|
|
6481
6482
|
if (o.tmpId) {
|
|
6482
6483
|
var item = objectStore.get(o.tmpId);
|
|
@@ -6498,6 +6499,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6498
6499
|
};
|
|
6499
6500
|
}
|
|
6500
6501
|
|
|
6502
|
+
console.log(22);
|
|
6501
6503
|
me.MsgBox('El registro fue grabado exitosamente!', function () {
|
|
6502
6504
|
me.close({
|
|
6503
6505
|
success: true,
|