From e795a1c5647efaae2b98b4b1a3fa2bc2037c4383 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期四, 24 十月 2024 18:37:59 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/mdc/configComp/Board.vue b/src/views/mdc/configComp/Board.vue
index c4f8f95..79e2b22 100644
--- a/src/views/mdc/configComp/Board.vue
+++ b/src/views/mdc/configComp/Board.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-15 23:58:36
  * @LastEditors: gaoshp
- * @LastEditTime: 2024-10-08 19:52:12
+ * @LastEditTime: 2024-10-08 20:27:04
  * @FilePath: /cps-web/src/views/mdc/configComp/Board.vue
 -->
 <template>
@@ -113,7 +113,7 @@
     methods: {
         init() {
             this.$HTTP.get('/api/blade-system/param-biz/detail?paramKey=mdc_chosen_groups').then(re => {
-                this.id = re.data.id
+                this.id = re?.data?.id
                 let chosen = []
                 let normalId = ''
                 try {

--
Gitblit v1.9.3