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){