three-trees-ui 1.0.42 → 1.0.44
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/package.json
CHANGED
|
@@ -847,10 +847,10 @@
|
|
|
847
847
|
this.$refs.toolbarContainer.clientHeight) ||
|
|
848
848
|
0
|
|
849
849
|
|
|
850
|
-
// templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用
|
|
850
|
+
// templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用 65
|
|
851
851
|
const paginationPanelHeight =
|
|
852
852
|
this.$route.name === 'TemplatePreview' && this.nopagination
|
|
853
|
-
?
|
|
853
|
+
? 65
|
|
854
854
|
: (this.$refs.paginationPanel &&
|
|
855
855
|
this.$refs.paginationPanel.clientHeight) ||
|
|
856
856
|
0
|
|
@@ -2391,7 +2391,6 @@ export default {
|
|
|
2391
2391
|
},
|
|
2392
2392
|
//点击导出按钮
|
|
2393
2393
|
exports(type = '') {
|
|
2394
|
-
this.curSelectParams.queryFilter = this.curSelectParams.pagination
|
|
2395
2394
|
if (!this.curSelectParams.queryFilter) {
|
|
2396
2395
|
this.curSelectParams.queryFilter = {
|
|
2397
2396
|
pageBean: this.pagination,
|