|
|
@@ -1,7 +1,6 @@
|
|
|
-import {ApiResponse, ApiResponseList} from "@/types";
|
|
|
+import {ApiResponse} from "@/types";
|
|
|
import flyio from "../flyio";
|
|
|
-import {SelectedUniversityMajor} from "@/types/study";
|
|
|
-import {EnrollRule, VoluntaryRecord, VoluntaryResult} from "@/types/voluntary";
|
|
|
+import {EnrollRule, VoluntaryRecord, VoluntaryResult, SelectedUniversityMajor} from "@/types/voluntary";
|
|
|
|
|
|
export function getRenderRules(um: SelectedUniversityMajor) {
|
|
|
// 普通高中,EnrollRuleItem.readonly=true 取学考成绩
|