yrik 4 éve
szülő
commit
b13660daee
1 módosított fájl, 1 hozzáadás és 1 törlés
  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]
       }