This action will force synchronization from Rainy/DocSys, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<script type="text/javascript">function EditGroupPageInit(){console.log("EditGroupPageInit()");EnterKeyListenerForEditGroup();}function showEditGroupModal(text){$(".editGroupModal").fadeIn("slow");$("#name").focus();}function closeEditGroupModal(){$(".editGroupModal").fadeOut("slow");}//回车键监听函数function EnterKeyListenerForEditGroup(){console.log("start enter key listener");var event=arguments.callee.caller.arguments[0]||window.event;//消除浏览器差异if (event.keyCode == 13){editGroup();}}function editGroup(){console.log("editGroup()");var id = $("#groupId").val();var name = $("#name").val();var info = $("#info").val();console.log(name,info);$.ajax({url : "/DocSystem/Manage/editGroup.do",type : "post",dataType : "json",data : {id : id,name : name,info : info,},success : function (ret) {if( "ok" == ret.status ){showGroupList(); //刷新GroupListalert("更新成功");}else {alert("错误:" + ret.msgInfo);}},error : function () {alert("服务器异常:更新失败");}});}//页面初始化代码$(function(){console.log("editGroup Page init");EditGroupPageInit();$("#name").click().focus();});</script><div class="form-horizontal"><div class="form-group" hidden><label class="control-label col-lg-3" for="GroupId">组ID</label><div class="col-lg-9"><input type="text" class="form-control" id="groupId" name="groupId"></div></div><!-- GroupName --><div class="form-group"><label class="control-label col-lg-3" for="name">组名称</label><div class="col-lg-9"><input type="text" class="form-control" id="name" name="name"></div></div><!-- info --><div class="form-group"><label class="control-label col-lg-3" for="info">描述</label><div class="col-lg-9"><input type="text" class="form-control" id="info" name="info"></div></div><!-- Buttons --><div class="form-group"><!-- Buttons --><div class="col-lg-offset-9 col-lg-2"><button type="submit" class="btn btn-success" id="btn_editGroup" onclick="editGroup()">保存</button></div></div></div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。