DictionaryItemEdit.js 81 B

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