From cd5b938184e9f892fc892f58171a89975739588b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 05 六月 2025 10:21:59 +0800
Subject: [PATCH] 切换公司刷新页面

---
 src/views/salesManagement/invoiceLedger/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/salesManagement/invoiceLedger/index.vue b/src/views/salesManagement/invoiceLedger/index.vue
index 240286a..53ee516 100644
--- a/src/views/salesManagement/invoiceLedger/index.vue
+++ b/src/views/salesManagement/invoiceLedger/index.vue
@@ -310,6 +310,7 @@
 };
 // 涓婁紶鍓嶆牎妫�
 function handleBeforeUpload(file) {
+  console.log('file',file)
   // 鏍℃鏂囦欢澶у皬
   if (file.size > 1024 * 1024 * 10) {
     proxy.$modal.msgError('涓婁紶鏂囦欢澶у皬涓嶈兘瓒呰繃10MB!')

--
Gitblit v1.9.3