瀏覽代碼

提交代码

Lijy 11 月之前
父節點
當前提交
e4c66fb5e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);