自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-20 9c7a7b6066588adbf45662b494ee6b78e6bb3acd
src/main/webapp/views/detail.html
@@ -116,7 +116,7 @@
                        $('#person-detail').find(":input[id='" + val + "']").val(user[val]);
                    }
                } else if (res.code === 403){
                    top.location.href = baseUrl;
                    top.location.href = baseUrl+"/";
                } else {
                    layer.msg(res.msg);
                }
@@ -159,7 +159,7 @@
                            localStorage.setItem("username", user.username);
                            parent.$('#person-username').text(localStorage.getItem('username'));
                        } else if (res.code === 403){
                            top.location.href = baseUrl;
                            top.location.href = baseUrl+"/";
                        } else {
                            layer.msg(res.msg);
                        }