yrik 4 years ago
parent
commit
b13660daee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/views/deptplan/index.vue

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

@@ -244,7 +244,7 @@ export default {
     },
     changeBtn1(e){
       if(e.length == 1){
-        this.form.sysDeptId  = e
+        this.form.sysDeptId  = e.join(',')
       }else{
         this.form.sysDeptId = e[2]
       }