NEZ-1876 fix:Endpoint 批量修改页面样式调整

This commit is contained in:
zhangyu
2022-06-07 09:35:03 +08:00
parent 9d259fa4af
commit 9a732d6f40
3 changed files with 14 additions and 7 deletions

View File

@@ -89,7 +89,6 @@ export default {
const offset = localStorage.getItem('nz-sys-timezone')
const format = fmt || localStorage.getItem('nz-default-dateFormat')
const date = moment.tz(str, format, offset).valueOf()
console.log(date)
return date
}
}