活动管理

This commit is contained in:
yanran200730
2023-01-29 14:37:38 +08:00
parent 22f3a52a14
commit a7072daf4a
6 changed files with 150 additions and 133 deletions

View File

@@ -8,7 +8,6 @@
<script>
import List from './components/List'
import Detail from './components/Detail'
export default {
name: 'AppActiveAnalysis',
@@ -27,17 +26,11 @@
},
components: {
Detail,
List
},
methods: {
onChange (data) {
if (data.type === 'Detail') {
this.component = 'Detail'
this.params = data.params
}
if (data.type === 'List') {
this.component = 'List'
this.params = data.params