Browse Source

资金统计提交

ellisran 8 months ago
parent
commit
fc6d2f386e
1 changed files with 0 additions and 1 deletions
  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) {