forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-17 e9cbc4b86621cfdc2b7039e56fad760e80865389
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/diagnosisRecord.html
@@ -109,7 +109,6 @@
        });
        // 搜索按钮点击事件
        $('#diagnostic-btn-search').click(function () {
            debugger
            var diagnosticHospitalId = $('#hospitalId').val();
            if (!strUtil.isEmpty(diagnosticHospitalId)) {
                var childName = $('#childName').val();
@@ -131,7 +130,7 @@
                    startTime: datebegin,
                    endTime: dateend
                };
                table.reload('diagnostic-table', { where: whereData });
                table.reload('diagnostic-table', { where: whereData,page: {curr: 1  }});
            }
        });
        // 工具条点击事件