GraduationSchoolYearEdit.js 87 B

1234
  1. //保存
  2. function GraduationSchoolYear_Save() {
  3. $(document.forms[0]).submit();
  4. }