From 5718b2b36be47cd16e6957042782446b2f8eadbb Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Wed, 24 Nov 2021 11:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E9=99=A2=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp | 2 +- src/main/webapp/static/js/beHospList/beHospList.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp index feefb3e..e167fd7 100644 --- a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp +++ b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp @@ -856,7 +856,7 @@ - + \ No newline at end of file diff --git a/src/main/webapp/static/js/beHospList/beHospList.js b/src/main/webapp/static/js/beHospList/beHospList.js index 4b5992a..f5c5eff 100644 --- a/src/main/webapp/static/js/beHospList/beHospList.js +++ b/src/main/webapp/static/js/beHospList/beHospList.js @@ -73,8 +73,7 @@ function initTable() { infoId:$("#infoId").val(), operRole:$("#checker").val(), callBackStatus:$("#callBackStatus").val(), - printStatus:$("#printStatus").val(), - isOverTime:$("#isOverTime").val() + printStatus:$("#printStatus").val() }; return temp; }, @@ -864,7 +863,8 @@ $("#excelBtn").click(function () { "isSuccess":$("#isSuccessSearch").val(), "infoId":$("#infoId").val(), "operRole":$("#checker").val(), - "isOverTime":$("#isOverTime").val() + "callBackStatus":$("#callBackStatus").val(), + "printStatus":$("#printStatus").val() }); });