| | |
| | | <script> |
| | | import { listSvytopic, getSvytopic, delSvytopic, addSvytopic, updateSvytopic } from "@/api/smartor/svytopic"; |
| | | import dw_base from "@/smartor/dataobject/dw_svytopic_maint.vue"; |
| | | import dw_detail from "@/smartor/dataobject/dw_svytopicoption_maint.vue"; |
| | | import dw_detail from "@/smartor/dataobject/dw_svytopicoption_list.vue"; |
| | | |
| | | export default { |
| | | name: "SvytopicMaint", |
| | |
| | | |
| | | }, |
| | | mounted() { |
| | | this.$refs["detail"].handleUpdate(1) |
| | | //const topicId = this.$route.params && this.$route.params.topicId |
| | | const topicId = 1 |
| | | this.$refs["base"].Retrieve(topicId) |
| | | this.$refs["detail"].getList(topicId) |
| | | } |
| | | } |
| | | </script> |