forked from kidgrow-microservices-platform

dougang
2021-01-20 6940a0c9e2abcfd2d6dbfe2d8fdbd63f94ca0617
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/productdetail.html
@@ -134,7 +134,11 @@
            }
            var proName = $('#product-search-value').val();
                var hospitalId = $('#hospitalId').val();
            table.reload('product-table', { where: { proName: proName,hospitalId: hospitalId,startTime: startTime, endTime: endTime } });
            table.reload('product-table', {
                where: { proName: proName,hospitalId: hospitalId,startTime: startTime, endTime: endTime },
                page: {
                        curr: 1
                    }  });
        });
       
        //比较日期大小