yusheng vor 2 Jahren
Ursprung
Commit
c29536b4cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);