From ae1f426a723d6361159b3c88428a774558d80a1a Mon Sep 17 00:00:00 2001 From: liushiwei <499672082@qq.com> Date: Wed, 9 Aug 2023 14:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/NormalSendGoods.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/view/NormalSendGoods.vue b/src/view/NormalSendGoods.vue index e3c4fd3..fcc0cfb 100644 --- a/src/view/NormalSendGoods.vue +++ b/src/view/NormalSendGoods.vue @@ -176,7 +176,6 @@ tableData: [], total: 0, isBegin: false, - timer: null, choosedList: [], arr: [], robTotal: 0, @@ -287,9 +286,6 @@ beginRob() { if (this.isBegin) { this.isBegin = false; - for (let i = 0;i < this.timer.length; i++) { - clearInterval(this.timer[i].timer); - } return; } @@ -300,7 +296,6 @@ this.robTotal = this.choosedList.length this.isBegin = true; - this.timer = []; for (let i = 0;i < this.choosedList.length; i++) { /*setTimeout(() => {