|
|
@@ -16,7 +16,7 @@
|
|
|
import {formMixin} from '@/mixins/form'
|
|
|
import {hiprint} from "vue-plugin-hiprint";
|
|
|
import {mapMutations} from "vuex";
|
|
|
-import VConsole from 'vconsole'
|
|
|
+// import VConsole from 'vconsole'
|
|
|
|
|
|
export default {
|
|
|
mixins: [formMixin],
|
|
|
@@ -72,7 +72,7 @@ export default {
|
|
|
created() {
|
|
|
},
|
|
|
mounted() {
|
|
|
- const vConsole = new VConsole();
|
|
|
+ // const vConsole = new VConsole();
|
|
|
console.log('this.$route.query',this.$route.query)
|
|
|
if (!this.$route.query.layout_id) {
|
|
|
this.$Message.warning('请先选择一个模板再打印')
|