From 0a7d7cc9a558d63a0e8ad8aa9ccd7abd45c3c1d8 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Fri, 2 Aug 2024 14:17:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=20HL-4430,HL-4425?= =?UTF-8?q?=EF=BC=8CHL-4347?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/countManage/count/countJobMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue index 4fa64e3cd..4590adb4f 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -284,7 +284,7 @@ const handleDone = async (id: number) => { await CountJobMainApi.doneCountJobMain(id) await getList() } finally { - tableObject.loading = true + tableObject.loading = false } }