1234567891011121314151617 |
- <template>
- <IndexPage ref="indexPageRefs" :dataType="2"></IndexPage>
- </template>
- <script>
- import IndexPage from '../components/IndexPage.vue'
- export default {
- name: 'approvalAlready',
- components: {
- IndexPage
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|