|
@@ -236,11 +236,11 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
changeBtn(e){
|
|
changeBtn(e){
|
|
if(e.length == 1){
|
|
if(e.length == 1){
|
|
- this.queryParams.sysDeptId = e
|
|
|
|
|
|
+ this.queryParams.sysDeptId = e.join(',')
|
|
}else{
|
|
}else{
|
|
this.queryParams.sysDeptId = e[2]
|
|
this.queryParams.sysDeptId = e[2]
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
changeBtn1(e){
|
|
changeBtn1(e){
|
|
if(e.length == 1){
|
|
if(e.length == 1){
|