diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue index 83f15dda2..2af61f1f1 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue @@ -305,6 +305,8 @@ const importSuccess = () => { /** 初始化 **/ onMounted(async () => { getList() + //客户对账单 + importTemplateData.templateUrl = await SuppliperMoldCostMainApi.importTemplate() })