parent
12dc20b476
commit
42f7863560
@ -0,0 +1,28 @@
|
|||||||
|
<template>
|
||||||
|
<block-header title="基本信息">
|
||||||
|
|
||||||
|
</block-header>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import blockHeader from "@/views/firmContent/components/blockHeader/index.vue"
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
props:['zczh'],
|
||||||
|
components:{blockHeader},
|
||||||
|
methods:{
|
||||||
|
async ylqxJnyelcp(){
|
||||||
|
let data = await this.$api.productDetails.ylqxJnyelcp(this.zczh);
|
||||||
|
console.log(data)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted(){
|
||||||
|
this.ylqxJnyelcp()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in new issue