forked from kidgrow-microservices-platform

zhaoxiaohao
2021-01-29 a76ac105d4798b703e3a7e623cc9883731b34cc6
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
@@ -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
                    },