From 7ea2a2cfe922c9b2d5c09c737d10a7f1ab5b50d1 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Mon, 01 Mar 2021 14:14:35 +0800 Subject: [PATCH] Merge branch 'dev1.1' into dev --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html index 89e1d22..26d43ab 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html @@ -52,7 +52,7 @@ </script> <!-- 表单弹窗 --> <script type="text/html" id="app-model"> - <form id="app-form" lay-filter="app-form" class="layui-form model-form"> + <form id="app-form" lay-filter="app-form" class="layui-form model-form" autocomplete="off"> <input name="id" type="hidden" /> <div style="display:flex"> <div class="layui-form-item"> @@ -594,10 +594,12 @@ var hospitalName = $("#hospitalName-seach").val(); var doctorTel = $('#doctorTel').val(); var doctorName = $('#doctorName').val(); + var hospitalId=$("#hospitalId").val(); table.reload('app-table', { where: { doctorState: doctorState, hospitalName: hospitalName, + hospitalId, doctorTel: doctorTel, doctorName: doctorName }, -- Gitblit v1.8.0