From 13fbf5a1fc824a33984f175017678649f89a9db7 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 28 Nov 2024 15:18:19 +0800 Subject: [PATCH] =?UTF-8?q?YT-1338:=E5=88=9B=E5=BB=BA=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=8F=91=E7=A5=A8=E7=94=B3=E8=AF=B7=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=9A=84=E4=BE=9B=E5=BA=94=E5=95=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=B8=A6=E4=B8=8D=E5=87=BA=E5=85=B3=E8=81=94=E7=9A=84=E7=B4=A2?= =?UTF-8?q?=E8=B5=94=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoice/supplierinvoiceRequestMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index 3a1a6cade..8f967cdf1 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -934,6 +934,8 @@ const openForm = async (type: string, row?: any) => { item.value = defaultSupplierCode.value item.componentProps.isSearchList = true item.componentProps.disabled = false + claimDetailsList.value = []; + claimDetails(item.value); } // 订单类型 if (item.field == 'orderType') {