Browse Source

完整地址

zhangxiaomu 1 năm trước cách đây
mục cha
commit
e8dc21ee98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/wx-print/index.vue

+ 1 - 1
src/view/wx-print/index.vue

@@ -138,7 +138,7 @@ export default {
               this.excute(this.$service.fileService, `upload?folder=pdf&uuid=${this.$route.query.uuid}`,formData).then(res => {
                 if (res.code === this.$config.SUCCESS_CODE) {
                   console.log('upload-success',res)
-                  // this.uploadSuccess=true
+                  this.uploadSuccess=true
                   this.desc='已成功生成票据PDF!等待下载…'
                 }
               })