From 72c05d4b1a214d566f6eb0b9358c154b347e808c Mon Sep 17 00:00:00 2001
From: qianxj <qianxj15@sina.com>
Date: 星期二, 21 三月 2023 09:41:42 +0800
Subject: [PATCH] update svytopic

---
 ruoyi-ui/src/views/smartor/svytopic/maint.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/smartor/svytopic/maint.vue b/ruoyi-ui/src/views/smartor/svytopic/maint.vue
index ba41d7d..b1d00b7 100644
--- a/ruoyi-ui/src/views/smartor/svytopic/maint.vue
+++ b/ruoyi-ui/src/views/smartor/svytopic/maint.vue
@@ -26,8 +26,8 @@
     
   },
   mounted() {
-    //const topicId = this.$route.params && this.$route.params.topicId
-    const topicId = 1
+    const topicId = this.$route.params && this.$route.params.topicId
+    //const topicId = 1
     this.$refs["base"].Retrieve(topicId) 
     this.$refs["detail"].getList(topicId) 
   }

--
Gitblit v1.9.3