|
@@ -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) {
|