forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-25 a04d76dc568b4a13455ea6ca4ae2a92e6387736d
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) {