|
|
@@ -594,6 +594,9 @@ export default {
|
|
|
position: position,
|
|
|
level: level.second || level.first,
|
|
|
userId: userId,
|
|
|
+ display:
|
|
|
+ setting?.dept?.default &&
|
|
|
+ !(isHighLevel || this.$route.fullPath === '/xxgl/sbda'),
|
|
|
search: {
|
|
|
pos: setting?.dept?.default
|
|
|
? isHighLevel || this.$route.fullPath === '/xxgl/sbda'
|
|
|
@@ -1073,7 +1076,10 @@ export default {
|
|
|
param: this.$utils.guid()
|
|
|
})
|
|
|
})
|
|
|
- this.showDeptSeach = true
|
|
|
+
|
|
|
+ if (this.display) {
|
|
|
+ this.showDeptSeach = true
|
|
|
+ }
|
|
|
parameters.parameters.push(obj)
|
|
|
} else {
|
|
|
this.showDeptSeach = false
|