isobit-ui 0.0.414 → 0.0.415
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6257,8 +6257,9 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6257
6257
|
if (me.process) o = me.process(o); //console.log('o2='+o);
|
|
6258
6258
|
|
|
6259
6259
|
if (!(_typeof(o) === 'object' && !Array.isArray(o) && o !== null)) return;
|
|
6260
|
+
console.log('app.networkStatus.connected=' + me.app.networkStatus.connected);
|
|
6260
6261
|
return _invoke(function () {
|
|
6261
|
-
if (!action || !
|
|
6262
|
+
if (!action || !me.app.networkStatus.connected) {
|
|
6262
6263
|
var store = me.$children[0].store;
|
|
6263
6264
|
|
|
6264
6265
|
if (!store) {
|