优化打包查询服务
This commit is contained in:
@@ -128,6 +128,8 @@ export default {
|
|||||||
if (row.count >= 100) {
|
if (row.count >= 100) {
|
||||||
clearInterval(timer)
|
clearInterval(timer)
|
||||||
this.$message.error("打包失败!")
|
this.$message.error("打包失败!")
|
||||||
|
} else if (row.count <= 20) {
|
||||||
|
row.count++
|
||||||
} else this.handleConfirmZip(row).then(v => {
|
} else this.handleConfirmZip(row).then(v => {
|
||||||
if (v.error) {
|
if (v.error) {
|
||||||
clearInterval(timer)
|
clearInterval(timer)
|
||||||
|
|||||||
Reference in New Issue
Block a user