fix: 去除无用时间格式

This commit is contained in:
@changcode
2022-01-04 16:26:15 +08:00
parent bf376fad61
commit 452d5573be
7 changed files with 20 additions and 27 deletions

View File

@@ -213,8 +213,7 @@ export default {
moduleData: null,
endpointData: null,
startAtTamp: '',
endAtTamp: '',
alertSilenceTime: localStorage.getItem('nz-default-dateFormat') ? localStorage.getItem('nz-default-dateFormat') : 'YYYY-MM-DD HH:mm:ss'
endAtTamp: ''
}
},
mounted () {