yrik 4 年之前
父节点
当前提交
58815bfdeb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-ui/src/views/deptplan/index.vue

+ 2 - 2
ruoyi-ui/src/views/deptplan/index.vue

@@ -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){
       if(e.length == 1){