three-trees-ui 1.0.87 → 1.0.88

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-trees-ui",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -227,7 +227,7 @@
227
227
  })
228
228
  }
229
229
  const instKey = SubPagination._vueComponentKey(this.dataSubname)
230
- if (!SubPagination._map.has(instKey) && pInst) {
230
+ if (pInst) {
231
231
  // 将子表数据所属的VueComponent对象实例存储(用于数据导入)
232
232
  SubPagination._map.set(instKey, pInst)
233
233
  }