This commit is contained in:
X1627315083
2024-03-28 17:35:25 +08:00
parent e2d64fbc51
commit ef3ebf05b0
2 changed files with 27 additions and 8 deletions

View File

@@ -195,6 +195,7 @@ export default defineComponent({
rv.forEach((rvItem:any) => {
if(item.taskId==rvItem.taskId && rvItem.status == 'success'){
downloadIamge(rvItem.outputImage,rvItem.imageName)
this.store.dispatch('getCredits')
let itemIndex = item.index
this.taskListUnfinished[index] = rvItem
this.taskListUnfinished[index].index = itemIndex