修正一些页面问题&&增加一些测试数据

This commit is contained in:
郝大全
2018-07-15 17:18:47 +08:00
parent 0aa4c2aa6e
commit fd1c12297a
7 changed files with 30 additions and 52 deletions

View File

@@ -116,7 +116,8 @@
$.post('{{urlfor "TaskController.AjaxSave"}}', form_data, function (out) {
if (out.status == 0) {
layer.msg("操作成功,可去【任务审核】中查看该任务",{icon: 1},function () {
window.location.href="/task/auditlist"
//window.location.href="/task/list"
window.history.go(-1)
})
} else {
layer.msg(out.message)