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);