vue2-client 1.8.185 → 1.8.186

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.185",
3
+ "version": "1.8.186",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -319,7 +319,7 @@ export default {
319
319
  }
320
320
  }
321
321
  if (!this.isTableTemp) {
322
- result = query(Object.assign(requestParameters, { userId: this.currUser.id }), this.serviceName, this.env === 'dev')
322
+ result = query(Object.assign(requestParameters, { userId: this.currUser?.id }), this.serviceName, this.env === 'dev')
323
323
  }
324
324
  this.clearRowKeys()
325
325
  this.$emit('afterQuery', result, requestParameters.conditionParams)