Browse Source

修改条件

lex-xin 4 years ago
parent
commit
1eb72ed64f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/teamDetail/components/studentList.vue

+ 4 - 4
src/views/teamDetail/components/studentList.vue

@@ -1058,8 +1058,8 @@ export default {
         isActive: this.searchForm.isActive || null,
         classGroupId: this.searchForm.classGroupId || null,
         hasCourse: this.searchForm.hasCourse || null,
-        comeOnPackage: this.searchForm.comeOnPackage || null,
-        carePackage: this.searchForm.carePackage || null,
+        comeOnPackage: this.searchForm.comeOnPackage,
+        carePackage: this.searchForm.carePackage,
       };
       const options = {
         method: "get",
@@ -1135,8 +1135,8 @@ export default {
         isActive: this.searchForm.isActive || null,
         classGroupId: this.searchForm.classGroupId || null,
         hasCourse: this.searchForm.hasCourse || null,
-        comeOnPackage: this.searchForm.comeOnPackage || null,
-        carePackage: this.searchForm.carePackage || null,
+        comeOnPackage: this.searchForm.comeOnPackage,
+        carePackage: this.searchForm.carePackage,
       };
       getTeamStudentList(obj).then((res) => {
         if (res.code == 200) {