From 9a63bba31d58a95b0212f70dba881cd093335b28 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 22 十月 2024 22:36:58 +0800
Subject: [PATCH] update text
---
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