@@ -225,6 +225,10 @@ export default {
downFile(this.url.qrcodeAll).then((data) => {
if (data.code !== 200) {
this.$message.warning('文件下载失败')
+ setTimeout(() => {
+ this.progressShow = false
+ this.jd = 0
+ }, 1000)
} else {
clearInterval(interval)
window.location.href = data.url