forked from kidgrow-microservices-platform

dougang
2020-12-18 220d2c325fe8206a26dfe6969d76344e9c1a18b3
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
                    }  });
        });
       
        //比较日期大小