优化操作流程界面,修改任务列表搜索和排序等
This commit is contained in:
@@ -85,6 +85,7 @@ var $,form;
|
||||
if(error_info){
|
||||
layer.msg(error_info,{icon: 2,shade:0.3},function () {
|
||||
window.history.go(-1)
|
||||
// window.location.reload();
|
||||
})
|
||||
return;
|
||||
}
|
||||
@@ -144,7 +145,8 @@ var $,form;
|
||||
$.post('{{urlfor "RoleController.AjaxSave"}}', data, function (out) {
|
||||
if (out.status == 0) {
|
||||
layer.alert('保存成功了', {icon: 1,shade:0.3,time:1000},function(index){
|
||||
window.history.go(-1)
|
||||
// window.history.go(-1)
|
||||
window.location.reload();
|
||||
});
|
||||
} else {
|
||||
layer.msg(out.message)
|
||||
|
||||
Reference in New Issue
Block a user