{{ scope.row.ScheduleName }}
@@ -212,6 +214,9 @@ export default {
term: semesterNum1 === "全部学期" ? "" : semesterNum1,
}).then((res) => {
let data = res;
+ if (data == null){
+ data = []
+ }
if (data.length > 0) {
this.pageobj.Total = data[0].total;
} else {
diff --git a/src/views/student-information/student-information.vue b/src/views/student-information/student-information.vue
index 6113aec..115191d 100644
--- a/src/views/student-information/student-information.vue
+++ b/src/views/student-information/student-information.vue
@@ -28,6 +28,8 @@
+
搜索
@@ -100,11 +102,11 @@
:value="item.value" />
- 导入学生信息
@@ -391,7 +398,7 @@ export default {
Status: this.queryParams.status || "",
SchoolId: this.schoolId || "",
CollegeId: this.queryParams.collegeId || "",
-
+ ExpertType: this.queryParams.expertType || 0
}).then((res) => {
let data = res;
if (data.length > 0) {