|
|
@@ -151,7 +151,7 @@ const filtersData = ref<FilterItem[]>([
|
|
|
{ label: "班级类型", type: "classType", list: [], value: "" },
|
|
|
{ label: "班级名称", type: "className", list: [], value: "" },
|
|
|
]);
|
|
|
-const examId = ref("2036963589738971137");//2036963589738971137
|
|
|
+const examId = ref("");//2036963589738971137
|
|
|
// --- 工具函数 ---
|
|
|
const updateBySchool = (school: FilterOption) => {
|
|
|
if (!school || !school.selectStatusVoList) return;
|