From 2537f88eef677513ddbe42ac1d8c2a887028ddd1 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 08 十月 2024 20:30:10 +0800
Subject: [PATCH] update
---
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