更新
This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
'$store.state.chat.printer_error': {
|
||||
handler(val) {
|
||||
let that = this
|
||||
const currentTime = dayjs().format('hh:mm:ss');
|
||||
const currentTime = dayjs().format('HH:mm:ss');
|
||||
if (val.message) {
|
||||
that.$message({
|
||||
message: val.message,
|
||||
|
||||
Reference in New Issue
Block a user