yrik 4 năm trước cách đây
mục cha
commit
b13660daee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]
       }