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