vue2-client 1.9.3 → 1.9.4

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.9.3",
3
+ "version": "1.9.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -608,7 +608,7 @@ export default {
608
608
  }
609
609
  },
610
610
  mounted () {
611
- if (this.getSelectedId && typeof this.this.getSelectedId === 'function') {
611
+ if (this.getSelectedId && typeof this.getSelectedId === 'function') {
612
612
  const selectedId = this.getSelectedId()
613
613
  console.log('注入数据', selectedId)
614
614
  if (typeof selectedId === 'object') {