调整generate接口报错情况

This commit is contained in:
X1627315083
2024-04-22 10:22:50 +08:00
parent a194ae3bf6
commit 4d514bde18
4 changed files with 5 additions and 1 deletions

View File

@@ -785,6 +785,7 @@ export default defineComponent({
}
).catch(res=>{
this.fileList = this.fileList.filter((item:any)=>item.status == 'Success')
clearInterval(this.generateTime)
clearInterval(this.remGenerateTime)
this.loadingShow = false