From ff3a0a854dc341f7eb293d2aa2576bb728044cb0 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 8 Aug 2024 08:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E8=AE=A1=E5=88=92=E5=AE=8C=E5=B7=A5?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E5=90=8E=E4=B8=8D=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E5=88=97=E8=A1=A8?= 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 abb35529..7548197a 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -132,6 +132,7 @@ import { Exception } from 'sass'; +import { nextTick } from 'vue'; export default { components: { @@ -352,9 +353,13 @@ throw new Error("未查找到单据信息") } uni.hideLoading() - this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list) this.showList = []; this.dataContent.handleQty = 0; + nextTick(()=>{ + this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list) + }) + + } catch (error) { uni.hideLoading() var hint = error.message ? error.message : error