From c5870d04b3a4a6028ea367d475a17bbce45aa9c6 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 19 九月 2023 11:41:55 +0800
Subject: [PATCH] 报错处理  2023-9-19

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

diff --git a/src/views/set.vue b/src/views/set.vue
index 521f49d..2091032 100644
--- a/src/views/set.vue
+++ b/src/views/set.vue
@@ -570,7 +570,7 @@
     };
   },
   mounted() {
-    this.getnetworkCardList();
+    this.buttonClick(this.active)
   },
   watch: {},
   methods: {

--
Gitblit v1.8.0