three-trees-ui 1.0.43 → 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
|
@@ -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,
|