mo 3 年 前
コミット
625e85d8a3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/smallStudentManager/components/tableList.vue

+ 1 - 1
src/views/smallStudentManager/components/tableList.vue

@@ -528,7 +528,7 @@ export default {
               ]),
               rows: this.pageInfo.limit,
               page: this.pageInfo.page,
-              organId: this.searchForm.organId.join(","),
+              organId: this.organIds,
             })
           ),
         },