liukangdong
2024-06-06 cc359f238d4ce86c96b224498a87902e1b2de557
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
    },