yusheng 2 лет назад
Родитель
Сommit
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);