doway-coms 1.1.71 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -25,9 +25,12 @@
25
25
  </vxe-modal>
26
26
  </template>
27
27
  <script>
28
- import {request} from '../../utils/request'
28
+ import {Modal as VxeModal} from 'vxe-table'
29
29
  export default {
30
30
  name: 'BasePrintPreview',
31
+ components:{
32
+ VxeModal
33
+ },
31
34
  props: {},
32
35
  data() {
33
36
  return {
@@ -40,7 +43,6 @@ export default {
40
43
  },
41
44
  methods: {
42
45
  showPreview(url, data, isReplace) {
43
- alert('print url')
44
46
  this.isShow = true
45
47
  let ids = ''
46
48
  if (isReplace) {