优化操作流程界面,修改任务列表搜索和排序等
This commit is contained in:
@@ -143,7 +143,8 @@
|
||||
$.post('{{urlfor "ServerController.AjaxSave"}}', form_data, function (out) {
|
||||
if (out.status == 0) {
|
||||
layer.msg("操作成功",{icon: 1,shade:0.3,time:1000},function () {
|
||||
window.location.href = "/server/list"
|
||||
//window.location.href = "/server/list"
|
||||
windwo.location.reload();
|
||||
})
|
||||
} else {
|
||||
layer.msg(out.message)
|
||||
|
||||
Reference in New Issue
Block a user