From bde916ea8809ec9df462f1f263f9d13864a8a9dc Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期三, 23 四月 2025 11:11:52 +0800 Subject: [PATCH] feat: 保存后触发查询 --- src/pages/production/twist/receive/monofil.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/pages/production/twist/receive/monofil.vue b/src/pages/production/twist/receive/monofil.vue index aeb586f..e7f7be4 100644 --- a/src/pages/production/twist/receive/monofil.vue +++ b/src/pages/production/twist/receive/monofil.vue @@ -81,6 +81,7 @@ const { code } = await TwistApi.addStrandedWireDish(cardList.value); if (code == 200) { toast.success("淇濆瓨鎴愬姛"); + pagingRef.value.refresh(); } else { toast.error("淇濆瓨澶辫触"); } -- Gitblit v1.9.3