1234567891011121314151617 |
- <template>
- <OutStoreForm :filter="-1"/>
- </template>
- <script>
- import OutStoreForm from '@/views/store/outstoreform/OutStoreForm'
- export default {
- name: 'OutStoreFormDZ',
- components: {
- OutStoreForm
- }
- }
- </script>
- <style scoped>
- </style>
|