Browse Source

发送确认:延时2秒

洪海涛 4 năm trước cách đây
mục cha
commit
d7c5e55e43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -417,7 +417,7 @@ export default {
             this.$store.commit('monthlyReportEdit/SET_LOADING', false)
             // this.$store.commit('monthlyReportEdit/SET_LOADING', false)
             this.$router.push({ path: '/monthlyReport/index' })
-          }, 500)
+          }, 2000)
         }
       })
       // this.$store.commit('monthlyReportEdit/SET_LOADING', true)