From 2610bfb4e00dc2ca4a434060fea3061bd8f15590 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 14 Sep 2021 15:01:39 +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