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() })