forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-17 e9cbc4b86621cfdc2b7039e56fad760e80865389
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
@@ -257,10 +257,14 @@
                hospitalName: hospitalName,
                hospitalProvince: hospitalProvince,
                hospitalCity: hospitalCity,
                hospitalArea: hospitalArea
                hospitalArea: hospitalArea,
                // page: 1,
            };
            table.reload('hospital-table', {
                where: whereModel
                where: whereModel,
                page: {
                    curr: 1
                }
            });
        });