소스 검색

更新分部显示

lex 3 년 전
부모
커밋
68fb2a8d4a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/studentList/index.vue

+ 1 - 0
src/views/studentList/index.vue

@@ -122,6 +122,7 @@ export default {
     async getStudent() {
       let params = this.params;
       params.search = params.search ? params.search : null;
+      params.organId = this.value1;
       params.subjectId = this.value2;
       params.hasMember = this.value3;
       try {