fantasy-ngzorro 1.1.16 → 1.1.18
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 -2
- 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-table/hd-table.component.js +3 -3
- package/esm5/hd-table/hd-table.component.js +3 -3
- package/fesm2015/fantasy-ngzorro.js +2 -2
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +2 -2
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -4168,9 +4168,9 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
else {
|
|
4170
4170
|
this.tablePageIndexChange.emit(this.tablePageIndex);
|
|
4171
|
+
// 触发父组件查询事件
|
|
4172
|
+
this.tableSearchEvent.emit(reset);
|
|
4171
4173
|
}
|
|
4172
|
-
// 触发父组件查询事件
|
|
4173
|
-
this.tableSearchEvent.emit(reset);
|
|
4174
4174
|
};
|
|
4175
4175
|
/**
|
|
4176
4176
|
* @return {?}
|