Commit d27ca652 authored by 王国存's avatar 王国存

Merge branch 'test' into 'master'

修改审核结束跳转页面缓存刷新问他

See merge request !39
parents 14a48b85 f474fd24
...@@ -747,7 +747,7 @@ function checkComplete() { ...@@ -747,7 +747,7 @@ function checkComplete() {
closeOnCancel: false closeOnCancel: false
}, },
function (isConfirm) { function (isConfirm) {
history.go(-1) location.href = document.referrer
}); });
}else { }else {
swal("失败!", result.msg, "error"); swal("失败!", result.msg, "error");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment