@ -468,8 +468,9 @@ export default {
watch: {},
async mounted() {
this.getGridList()
this.getValiheList()
console.log('mounted-----我执行了')
await this.getGridList()
this.getRelationList()
},
@ -750,6 +751,7 @@ export default {
await this.getDatail(id)
}
if (this.formType != 'add') {
this.getBuildList()
this.getUniList()
this.getHouseList()
@ -409,6 +409,7 @@
@closed="handleClose"
>
<edit-form
v-if="formShow"
ref="eleEditForm"
@dialogCancle="handleClose"
@dialogOk="handleEditSuccess"