From 53194579304dd83af7eaf2264e636b8321a9af84 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Tue, 23 Jul 2024 14:31:19 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=20HL-4430,HL-4425?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/countManage/count/countJobMain/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue index a30736267..ed55fdef0 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -67,7 +67,7 @@ { /** 初始化 **/ onMounted(async () => { getList() + importTemplateData.templateUrl = await CountJobMainApi.importTemplate() })