DegreeConditionEdit.js 82 B

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