isobit-ui 0.1.19 → 0.1.20
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 +9 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.20
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -7072,19 +7072,20 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
7072
7072
|
};
|
|
7073
7073
|
}
|
|
7074
7074
|
|
|
7075
|
-
console.log('-----save');
|
|
7076
|
-
console.log(data);
|
|
7077
7075
|
if (me.app && me.app.toast) me.app.toast('El registro fue grabado exitosamente!', function () {
|
|
7078
7076
|
me.close({
|
|
7079
7077
|
success: true,
|
|
7080
7078
|
data: data
|
|
7081
7079
|
});
|
|
7082
|
-
});else
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7080
|
+
});else {
|
|
7081
|
+
console.log(data);
|
|
7082
|
+
me.MsgBox('El registro fue grabado exitosamente!', function () {
|
|
7083
|
+
me.close({
|
|
7084
|
+
success: true,
|
|
7085
|
+
data: data
|
|
7086
|
+
});
|
|
7086
7087
|
});
|
|
7087
|
-
}
|
|
7088
|
+
}
|
|
7088
7089
|
})["catch"](function (r) {
|
|
7089
7090
|
console.log(r);
|
|
7090
7091
|
|