|
@@ -238,7 +238,7 @@ export default {
|
|
|
this.$store.commit('SET_pdfPrintList', [])
|
|
|
this.$store.commit('SET_showPdfPrint', false)
|
|
|
this.$store.commit('SET_showSelectPrint', false)
|
|
|
- this.$store.commit('SET_printUseDefault', localStorage.getItem('DEFAULT_PRINT') || '1')
|
|
|
+ this.$store.commit('SET_printUseDefault', localStorage.getItem('DEFAULT_PRINT') || '0')
|
|
|
},
|
|
|
mounted () {
|
|
|
const userAgent = navigator.userAgent
|