From bc84ddf0633ea99202506a07cc62bd2fc91aa427 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 11 Sep 2021 14:52:04 +0800
Subject: [PATCH] 新增缴费记录

---
 src/views/securityGuard/securityGuard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 0a53084..e6f6f0f 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -904,7 +904,7 @@
     uploadAfter1(res, done, loading, column) {
       window.console.log(column);
       this.excelBox1 = false;
-      // this.refreshChange();
+      this.refreshChange();
       done();
     },
     handleTemplate1() {
@@ -916,7 +916,7 @@
     uploadAfter2(res, done, loading, column) {
       window.console.log(column);
       this.excelBox2 = false;
-      // this.refreshChange();
+      this.refreshChange();
       done();
     },
 

--
Gitblit v1.9.3