Browse Source

优化时间

qinzhipeng_v 5 years ago
parent
commit
c4c69e2221
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Platform/presentation/Templates/DailyReport.vue

+ 1 - 1
src/views/Platform/presentation/Templates/DailyReport.vue

@@ -181,7 +181,7 @@ export default {
             this.handleClose()
           })
         })
-      }, 1000)
+      }, 500)
     }
   }
 }