From 43a8310ed5f885342cbfd42121394b8618fc4647 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com>
Date: Mon, 28 Oct 2024 16:29:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E8=AE=A1=E5=88=92=E5=AE=8C=E5=B7=A5?=
=?UTF-8?q?=202024/8/8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/fg/receiptByPlan.vue | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue
index 642c0568..2ff76871 100644
--- a/src/pages/fg/receiptByPlan.vue
+++ b/src/pages/fg/receiptByPlan.vue
@@ -301,8 +301,7 @@ const commit = async () => {
}
uni.hideLoading()
// showCommitSuccessMessage('提交成功
生成装配收货记录
', list)
- showList.value = [];
- dataContent.value.handleQty = 0;
+ clearData();
nextTick(()=>{
showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list)
})