src/main/webapp/static/js/quality/quality.js
@@ -78,6 +78,7 @@ switch(obj.event) { case 'addData': showEditModel(); initOrderNo1(); break; case 'deleteData': if (checkStatus.length === 0) { @@ -233,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;