You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
375 B
24 lines
375 B
<template>
|
|
<div class="app-container">
|
|
<baseInfo :from-type="type" />
|
|
</div>
|
|
</template>
|
|
<script>
|
|
import baseInfo from '@/views/ysjl/4000/jj/common/index'
|
|
|
|
export default {
|
|
name: 'QSQZJ',
|
|
components: { baseInfo },
|
|
data() {
|
|
return {
|
|
type: 3
|
|
}
|
|
},
|
|
computed: {},
|
|
created() {},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|
|
|