自动化立体仓库 - WMS系统
lty
7 天以前 539a56279625242c497b4b4093f2defbb9d80334
src/main/webapp/static/js/role/rolePower.js
@@ -65,7 +65,7 @@
            success: function (res) {
                if (res.code === 200){
                    parent.layer.closeAll();
                    parent.layer.msg(res.msg);
                    parent.layer.msg(typeof I18n !== 'undefined' ? I18n.t('response.operation_success') : '操作成功', {icon: 1});
                } else if (res.code === 403){
                    top.location.href = baseUrl+"/";
                } else {