qianxj
2023-03-21 72c05d4b1a214d566f6eb0b9358c154b347e808c
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) 
  }