全量企微包

This commit is contained in:
aixianling
2022-07-07 18:07:21 +08:00
parent 0e96395d98
commit d12705b4f6

View File

@@ -118,7 +118,7 @@ export default {
this.$message.error("打包失败!")
} else if (row.count % 2 == 0 && row.target) {
row.count++
} else this.getRowById(row).then(v => {
} else this.getRowById(row.id).then(v => {
if (v.error) {
clearInterval(timer[id])
this.$message.error("打包失败!")
@@ -152,7 +152,7 @@ export default {
if (res?.code == 0) {
clearInterval(this.timer[id])
row.count = 0
this.getRowById(row).then(v => this.refreshRow(row, v))
this.getRowById(row.id).then(v => this.refreshRow(row, v))
}
})
},