yxh
2023-03-21 76bd95ca79b03b84f6d011a81794aabcdeef169b
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) 
  }