From a5f05612355b1294461c2239c77981cc4abcc7cb Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Tue, 31 Aug 2021 12:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=95=B4=E5=90=88=E5=AD=A6?= =?UTF-8?q?=E6=9C=9F=E5=A4=87=E8=AF=BE=20=E8=83=BD=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E8=AF=BE=E6=9C=AC=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue b/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue index c117898d2..12229b0f4 100644 --- a/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue +++ b/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue @@ -223,6 +223,7 @@ export default { getTheme(this.id).then((response) => { //console.log(response); if (response.code == "200") { + this.title = response.data.name; this.title1 = "主题网络"; this.title2 = "家园沟通"; this.title3 = "活动方案";