|
@@ -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' })
|
|
|
- }, 2000)
|
|
|
+ }, 500)
|
|
|
}
|
|
|
})
|
|
|
// this.$store.commit('monthlyReportEdit/SET_LOADING', true)
|