浏览代码

优化时间

qinzhipeng_v 5 年之前
父节点
当前提交
c4c69e2221
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
     }
   }
 }