全量企微包
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
|||||||
this.$message.error("打包失败!")
|
this.$message.error("打包失败!")
|
||||||
} else if (row.count % 2 == 0 && row.target) {
|
} else if (row.count % 2 == 0 && row.target) {
|
||||||
row.count++
|
row.count++
|
||||||
} else this.getRowById(row).then(v => {
|
} else this.getRowById(row.id).then(v => {
|
||||||
if (v.error) {
|
if (v.error) {
|
||||||
clearInterval(timer[id])
|
clearInterval(timer[id])
|
||||||
this.$message.error("打包失败!")
|
this.$message.error("打包失败!")
|
||||||
@@ -152,7 +152,7 @@ export default {
|
|||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
clearInterval(this.timer[id])
|
clearInterval(this.timer[id])
|
||||||
row.count = 0
|
row.count = 0
|
||||||
this.getRowById(row).then(v => this.refreshRow(row, v))
|
this.getRowById(row.id).then(v => this.refreshRow(row, v))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user