Browse Source

10秒后提示

zhangxiaomu 1 year ago
parent
commit
8378da1856
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/view/wx-print/index.vue

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

@@ -150,7 +150,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!等待下载…'
                 }
               })
@@ -190,7 +190,7 @@ export default {
                   }
                 })
               }
-            },5000)
+            },10000)
           }
         }else {
           this.$Message.warning(this.$t('W_006'))