From f66028e306adb725da9b1dec91a5a0a919da9f1d Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Fri, 6 Nov 2020 08:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=85=B3=E9=97=AD=E5=88=B7=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BD=9C=E5=BA=9F?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BD=BF=E7=94=A8=E5=88=B7=E6=96=B0=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/js/hospitalCommom/hospitalCommom.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/webapp/static/js/hospitalCommom/hospitalCommom.js b/src/main/webapp/static/js/hospitalCommom/hospitalCommom.js index eb7c226..497e40e 100644 --- a/src/main/webapp/static/js/hospitalCommom/hospitalCommom.js +++ b/src/main/webapp/static/js/hospitalCommom/hospitalCommom.js @@ -959,6 +959,8 @@ $("#updateStateBtn2").click(function () { if (result == 1) { //刷新 $('#table2').bootstrapTable('refresh'); + //获取选中节点 + initTree($("#idLab").html(),$("#checker").val()); toastr.success("批量使用成功!"); } else { toastr.error("批量使用失败,无记录!"); @@ -1409,3 +1411,8 @@ $("#searchBtn6").click(function(){ submitUpdate(ids,notNursingIds,sysflag); } }) + +//模态框 关闭前事件关闭任务详情,刷新表格2 +$('#workDetailModal').on('hide.bs.modal', function () { + initTable2(); +}); \ No newline at end of file