Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideType="hideType" />
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideType="hideType" :showControl="showControl" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -9,12 +9,13 @@ export default {
|
||||
components: {
|
||||
BasePage
|
||||
},
|
||||
data() {
|
||||
data() {
|
||||
return {
|
||||
qrcode: true,
|
||||
querys: {
|
||||
dataType: 0,
|
||||
},
|
||||
showControl: false,
|
||||
labelType: '2',
|
||||
hideType: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user