forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-30 16ecb2cbdd1cbefff771ed1611a5a1ef5ba3d8b8
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html
@@ -69,7 +69,7 @@
                }
            }
            table.reload('app-table', { where: { recordTitle: key, startTime: startTime, endTime: endTime} });
            table.reload('app-table', { where: { recordTitle: key, startTime: startTime, endTime: endTime},page: {curr: 1  } });
        });
        //比较日期大小
        function compareDate(logintime, logouttime) {