28110
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<div class="page" v-if="showPage">
|
||||
<div class="top">
|
||||
<div class="img-title">填报信息</div>
|
||||
|
||||
@@ -100,6 +100,7 @@ export default {
|
||||
return {
|
||||
id: '',
|
||||
detail: {},
|
||||
showPage: false,
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
@@ -118,6 +119,7 @@ export default {
|
||||
this.$instance.post(`/app/appvillagerintegraldeclare/queryDetailById?id=${this.id}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.detail = res.data
|
||||
this.showPage = true
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user