@@ -594,6 +594,17 @@ const schoolIdJsonUpdateEvent = (array) => {
}
+}
+
+/**
+ * 根据id得到对应学校到班级的数据
+ * id
+ * 存在返回json数据,否则返回 null
+ */
+const getSchoolIdJson = (id) => {
/**