From 8d05428397813091c40f2918030843d11c1ed7df Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Sat, 26 Apr 2025 14:08:11 +0800
Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E4=B8=8D=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../customerSaleInvoiceRequestMain/index.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue
index c327618fc..3f2c1072f 100644
--- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue
+++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue
@@ -61,6 +61,7 @@
@buttonBaseClick="detailButtonBaseClick"
@searchTableSuccessDetail="searchTableSuccessDetail"
+ @handleMainFefresh='handleMainFefresh'
>
{{scrop.row.taxAmount.toFixed(2)}}
@@ -116,7 +117,9 @@ const { tableObject, tableMethods } = useTable({
const updataTableColumns = (val) => {
tableColumns.value = val
}
-
+const handleMainFefresh=()=>{
+ getList()
+}
// 点击子表按钮事件
const detailButtonBaseClick = async (val, item,tableObject) => {
if (val == 'export') {