From 20797c74d1ce988f9f19fb3a6ece9e83c0d6feac Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Fri, 4 Sep 2020 13:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=AE=8C=E6=95=B4=E6=80=A7?= =?UTF-8?q?=E5=90=8E=E8=A1=A8=E6=A0=BC=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/js/beHospList/beHospList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/static/js/beHospList/beHospList.js b/src/main/webapp/static/js/beHospList/beHospList.js index d9edc16..0acddbe 100644 --- a/src/main/webapp/static/js/beHospList/beHospList.js +++ b/src/main/webapp/static/js/beHospList/beHospList.js @@ -757,6 +757,8 @@ $("#checkSuccessBtn").click(function(){ var masterId = $("#masterId").val(); var result = checkSuccessMethod(masterId); if(result != ''){ + //刷新表格 + $('#table').bootstrapTable('refresh'); $("#wzContent").text(result); //增加完整性刷新后高亮状态 $("#wzContent").addClass("wzContent");