fantasy-ngzorro 1.1.35 → 1.1.37
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/fantasy-ngzorro.umd.js +2 -1
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-form/hd-form.component.js +1 -2
- package/esm2015/hd-table/hd-table.component.js +3 -1
- package/esm5/hd-form/hd-form.component.js +1 -2
- package/esm5/hd-table/hd-table.component.js +3 -1
- package/fesm2015/fantasy-ngzorro.js +2 -1
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +2 -1
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -2377,7 +2377,6 @@
|
|
|
2377
2377
|
}
|
|
2378
2378
|
this.init();
|
|
2379
2379
|
}
|
|
2380
|
-
this.dealRow();
|
|
2381
2380
|
};
|
|
2382
2381
|
/**
|
|
2383
2382
|
* @param {?} fn
|
|
@@ -3572,6 +3571,8 @@
|
|
|
3572
3571
|
*/
|
|
3573
3572
|
function () {
|
|
3574
3573
|
var _this = this;
|
|
3574
|
+
console.log('local', location);
|
|
3575
|
+
console.log('window', window);
|
|
3575
3576
|
this.userSession = this.commonSessionService.getSession('__jy_authorization_session__');
|
|
3576
3577
|
// 用于开发环境调试
|
|
3577
3578
|
if (!this.userSession) {
|