yusheng 2 년 전
부모
커밋
c29536b4cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/workforceManagement/team/components/staffSelection.vue

+ 1 - 1
src/views/workforceManagement/team/components/staffSelection.vue

@@ -188,7 +188,7 @@
       let params = {
         pageNum: 1,
         size: this.size,
-        groupId: this.form.groupId
+        groupId: this.form.groupId,
         hasAccount:this.hasAccount
       };
       this.getStaffList(params);