ruoyi-ui/src/views/smartor/svytopic/maint.vue
@@ -1,8 +1,12 @@ <template> <div class="app-container"> <div class="app-container" style="background: #f3f3f3;"> <div style="padding:20px; background:#fff; "> <dw_base ref="base"/> </div> <div style="padding:20px; background:#fff; margin-top:20px;"> <dw_detail ref="detail"/> </div> </div> </template> <script> import { listSvytopic, getSvytopic, delSvytopic, addSvytopic, updateSvytopic } from "@/api/smartor/svytopic";