From 58bccbc9d1a23c8184217317a9a37345d98883c2 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期一, 28 三月 2022 15:44:07 +0800 Subject: [PATCH] . --- src/main/webapp/static/js/quality/quality.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/quality/quality.js b/src/main/webapp/static/js/quality/quality.js index a6ac4c9..fcf9610 100644 --- a/src/main/webapp/static/js/quality/quality.js +++ b/src/main/webapp/static/js/quality/quality.js @@ -234,12 +234,13 @@ layer.close(dIndex); layer.msg(res.msg, {icon: 1}); tableReload(); + location.reload(); } else if (res.code === 403){ top.location.href = baseUrl+"/"; }else { layer.msg(res.msg, {icon: 2}); } - location.reload(); + // location.reload(); } }) return false; -- Gitblit v1.9.1