admin/src/views/platform/index.vue
@@ -213,6 +213,7 @@ </template> <script> import { getPlatform } from '@/api' export default { data() { return { @@ -227,6 +228,9 @@ queuingForm: {} } }, created () { this.getPlatList() }, methods: { handleQueuing(row) { this.isShowQueuing = true @@ -238,6 +242,11 @@ type: 'warning' }) }, getPlatList () { getPlatform({ model: {} }) }, handleSet() { this.isShowSet = true },