From ac40331586da86237dbdc89df294f40c2ff81b4a Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 8 Aug 2024 12:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E6=8F=8F=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptByPlan.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index c62e9dcd..c1aa87eb 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -355,7 +355,12 @@ import { nextTick } from 'vue'; throw new Error("未查找到单据信息") } uni.hideLoading() - this.clearData(); + this.showList = []; + this.allList = []; + this.index = 1; + this.dataContent.handleQty = 0; + + nextTick(()=>{ this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list) })