Browse Source

提交代码

Lijy 11 months ago
parent
commit
e4c66fb5e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -2668,7 +2668,7 @@ export default {
         this.timeRange = []
         let i = 0.0; 
         while(true) {
-            if (i < 24) {
+            if (i < 48) {
                 //校验上下限
                 if (i >= this.user.timeType.minReportTime && i <= this.user.timeType.maxReportTime) {
                     this.timeRange.push(i);