isobit-ui 0.1.2 → 0.1.3
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 -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.3
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -423,18 +423,13 @@ var script$o = {
|
|
|
423
423
|
console.log(me.data0);
|
|
424
424
|
me.total = d.size;
|
|
425
425
|
if (!me.autoload) me.show = true;
|
|
426
|
-
console.log('=========================');
|
|
427
|
-
me.$emit('complete', {
|
|
428
|
-
data: me.data,
|
|
429
|
-
query: me.query,
|
|
430
|
-
target: me
|
|
431
|
-
});
|
|
426
|
+
console.log('========================='); //me.$emit('complete',{data:me.data,query:me.query,target:me});
|
|
432
427
|
} else {
|
|
433
428
|
MsgBox(d.error);
|
|
434
429
|
}
|
|
435
430
|
})["catch"](me.error).then(function () {
|
|
436
431
|
me.$emit('complete', {
|
|
437
|
-
data: me.
|
|
432
|
+
data: me.data0,
|
|
438
433
|
query: me.query,
|
|
439
434
|
target: me
|
|
440
435
|
});
|