yxh
yxh
2023-03-21 79f2ded77c7e99bec4e5a37f7bf8e2bb34c54094
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) 
  }