web-component-gallery 2.3.28 → 2.3.29

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.
@@ -477,8 +477,7 @@ export default {
477
477
  this.hasPreloadedSelected = true
478
478
 
479
479
  // 请求正常的分页数据
480
- this.fetchData(false)
481
-
480
+ this.fetchData()
482
481
  } catch (error) {
483
482
  console.error('预加载已选择数据失败:', error)
484
483
  // 预加载失败,继续执行正常的分页请求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [