修复design结果取消like排序异常bug

This commit is contained in:
X1627315083
2025-02-27 11:58:06 +08:00
parent 305feb1131
commit cdfa8841a9
4 changed files with 13 additions and 9 deletions

View File

@@ -1594,6 +1594,7 @@ export default defineComponent({
let state = true
this.generateTime[str] = setInterval(()=>{
// let data = this.generateList[str].filter((item:any)=>item.status != 'Success').map((obj:any) => obj.taskId);
if(!this.isGenerate[this.selectCode] || !this.remGenerate[this.selectCode])return
if(!state)return
state = false
Https.axiosPost(Https.httpUrls.generateResult, data).then(