ps-toolkit-ui 1.9.79 → 1.9.80
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/bundles/ps-toolkit-ui.umd.js +1 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/table.class.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8125,7 +8125,7 @@
|
|
|
8125
8125
|
}
|
|
8126
8126
|
finally { if (e_1) throw e_1.error; }
|
|
8127
8127
|
}
|
|
8128
|
-
console.log(this.searchForm.json(), 'this.searchForm.json()');
|
|
8128
|
+
console.log(this.searchForm ? this.searchForm.json() : 'null', 'this.searchForm.json()');
|
|
8129
8129
|
return this.searchForm ? this.searchForm.json(d) : d;
|
|
8130
8130
|
};
|
|
8131
8131
|
TableClass.prototype.getUrl = function (url) {
|