|
|
@@ -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!等待下载…'
|
|
|
}
|
|
|
})
|