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