@lambo-design/workflow-approve 1.0.0-beta.24 → 1.0.0-beta.26

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": "@lambo-design/workflow-approve",
3
- "version": "1.0.0-beta.24",
3
+ "version": "1.0.0-beta.26",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -12,8 +12,8 @@
12
12
  "devDependencies": {
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
- "@lambo-design/core": "^4.7.1-beta.140",
16
- "@lambo-design/shared": "^1.0.0-beta.208"
15
+ "@lambo-design/shared": "^1.0.0-beta.210",
16
+ "@lambo-design/core": "^4.7.1-beta.141"
17
17
  },
18
18
  "dependencies": {
19
19
  "bpmn-js": "^7.3.1",
@@ -1930,7 +1930,7 @@ export default {
1930
1930
  }
1931
1931
  if (this.permScope == 'all'){
1932
1932
  this.getRootOrganTree(organTreeType)
1933
- this.getReadingRangeOrgType(permScope, organTreeType)
1933
+ this.ucAdapterType === 'sc' ? this.getReadingRangeOrgType(permScope, organTreeType) : ''
1934
1934
  } else {
1935
1935
  this.getReadingRangeBM(this.permScope, inputValue, this.organTreeType)
1936
1936
  this.getReadingRange(this.permScope, this.organTreeType)