From be0282a1e22977ed8ff23c6da2708c45183775a7 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Fri, 6 Feb 2026 14:53:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E5=8F=8A=E5=85=B3=E9=97=AD=E4=B8=8D=E5=A5=BD=E4=BD=BF?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/NuConfigSuppliersApplyHistoryModal.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyHistoryModal.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyHistoryModal.vue
index 27354fc..c2cc376 100644
--- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyHistoryModal.vue
+++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyHistoryModal.vue
@@ -16,7 +16,7 @@
- 关2闭
+ 关闭
确认
@@ -81,6 +81,9 @@ function submitCallback() {
function handleCancel() {
visible.value = false;
}
+function handleCancelDetail() {
+ visibleDetail.value = false;
+}
/**