From 3c91057fb631695cc6edad5b876d58421dc10419 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 13 Jun 2024 17:45:27 +0800
Subject: [PATCH] 修复报错
---
src/views/publicSecurity/place.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/publicSecurity/place.vue b/src/views/publicSecurity/place.vue
index 3a89237..2b1f668 100644
--- a/src/views/publicSecurity/place.vue
+++ b/src/views/publicSecurity/place.vue
@@ -977,7 +977,7 @@
handleImport() {
this.excelBox = true
},
- uploadAfter(res, done, loading, column) {
+ uploadAfter(res, done, loading) {
this.excelBox = false
this.onLoad(this.page)
this.$message({
--
Gitblit v1.9.3