Explorar o código

资金统计提交

ellisran hai 9 meses
pai
achega
fc6d2f386e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/public/js/financial_summary.js

+ 0 - 1
app/public/js/financial_summary.js

@@ -24,7 +24,6 @@ $(document).ready(function() {
             // 判断输入合法和endMonth大于startMonth
             if (!/^\d{4}-\d{2}$/.test(startMonth) || !/^\d{4}-\d{2}$/.test(endMonth)) {
                 toastr.warning('请输入正确的日期格式');
-                toastr.options
                 return;
             }
             if (startMonth > endMonth) {