瀏覽代碼

完整地址

zhangxiaomu 1 年之前
父節點
當前提交
e8dc21ee98
共有 1 個文件被更改,包括 1 次插入1 次删除
  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!等待下载…'
                 }
               })