From 961699b97c3836404b16fd35ea76247b7a24d726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Wed, 6 Aug 2025 17:15:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(risk=5Fhistory):=E4=BF=AE=E5=A4=8D=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E9=A3=8E=E9=99=A9=E9=A1=B5=E9=9D=A2=E7=9A=84=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8C=89=E9=92=AE=E9=80=BB=E8=BE=91-=20=E5=9C=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB=20ping=20=E6=8C=89=E9=92=AE=E6=97=B6?= =?UTF-8?q?=E6=B8=85=E9=99=A4=E9=94=99=E8=AF=AF=E6=B6=88=E6=81=AF-?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=AF=84=E8=AE=BA=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A1=86=E5=92=8C=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bpic_eli/risk_history.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 67588f3..c7dcba3 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -1226,6 +1226,10 @@ var noPadding = Utils.getQueryParam('noPT'); ping.onclick = function() { DialogHandler.showDialog(); + + var error = document.getElementById('error-msg') + error.innerHTML = '' + var commentText = document.getElementById('commentText') var saveBtn = document.getElementById('saveBtn') @@ -1237,8 +1241,8 @@ saveBtn.style.display = 'none' } if(commentText.value){ - // commentText.setAttribute('disabled',true) - // saveBtn.style.display = 'none' + commentText.setAttribute('disabled',true) + saveBtn.style.display = 'none' } };