vue2-client 1.8.157 → 1.8.158

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.8.157",
3
+ "version": "1.8.158",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -388,7 +388,7 @@ export default {
388
388
  queryParamsName: that.queryParamsName,
389
389
  queryParams: that.queryParams,
390
390
  form: conditionParams,
391
- userId: this.currUser.id
391
+ userId: that.currUser.id
392
392
  }, that.serviceName, that.env === 'dev').then(res => {
393
393
  let value = res
394
394
  if (that.compatible === 'V4') {