vue2-client 1.8.242 → 1.8.243

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.242",
3
+ "version": "1.8.243",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -117,7 +117,9 @@ export default {
117
117
  this.setValue(this.value, res)
118
118
  }
119
119
  } else {
120
- runLogic('getOperatingAreas', {}, 'af-revenue').then(res => {
120
+ runLogic('getOperatingAreas', {
121
+ orgId: this.currUser.orgid
122
+ }, 'af-revenue').then(res => {
121
123
  this.tagData.divisionsForTree = handleTree(res, 'code', 'parentcode')
122
124
  if (this.value) {
123
125
  this.setValue(this.value, res)