vue2-client 1.10.18 → 1.10.19

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": "vue2-client",
3
- "version": "1.10.18",
3
+ "version": "1.10.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@afwenming123/vue-easy-tree": "^1.0.1",
22
- "@afwenming123/vue-plugin-hiprint": "^0.0.68",
22
+ "@afwenming123/vue-plugin-hiprint": "^0.0.69",
23
23
  "@amap/amap-jsapi-loader": "^1.0.1",
24
24
  "@antv/data-set": "^0.11.8",
25
25
  "@antv/g2plot": "^2.4.31",
@@ -1343,7 +1343,6 @@ export default {
1343
1343
  this.$nextTick(() => {
1344
1344
  if (this.$refs.table) {
1345
1345
  this.$refs.table.localDataSource = [...data]
1346
- this.$refs.table.refresh()
1347
1346
  }
1348
1347
  })
1349
1348
  }