|
@@ -289,6 +289,7 @@ export default {
|
|
|
this.$store.commit('SET_printLoading', false)
|
|
|
this.$store.commit('SET_printDefNeedle', localStorage.getItem('DEFAULT_PRINT_NEEDLE') || undefined)
|
|
|
this.$store.commit('SET_printDefInk', localStorage.getItem('DEFAULT_PRINT_INK') || undefined)
|
|
|
+ this.$store.commit('SET_printDefPageSize', localStorage.getItem('DEFAULT_PRINT_PAGESIZE') || undefined)
|
|
|
|
|
|
// 消息通知
|
|
|
this.getNotes()
|