NEZ-1641 fix:编辑时间显示格式后,设置自定义查询出错

This commit is contained in:
zhangyu
2022-03-08 11:03:12 +08:00
parent 19b89fe2bd
commit 334f41299f

View File

@@ -77,6 +77,7 @@ export default {
localStorage.setItem('nz-sys-timezone', param.timezone)
localStorage.setItem('timezoneOffset', moment.tz(param.timezone).format('Z'))
localStorage.setItem('nz-default-dateFormat', param.date_format)
this.$store.commit('setTimeFormatMain', param.date_format)
}
this.dateFormatTimer()
setTimeout(() => {