|
@ -468,8 +468,9 @@ export default { |
|
|
watch: {}, |
|
|
watch: {}, |
|
|
|
|
|
|
|
|
async mounted() { |
|
|
async mounted() { |
|
|
this.getGridList() |
|
|
console.log('mounted-----我执行了') |
|
|
this.getValiheList() |
|
|
await this.getGridList() |
|
|
|
|
|
|
|
|
this.getRelationList() |
|
|
this.getRelationList() |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -750,6 +751,7 @@ export default { |
|
|
await this.getDatail(id) |
|
|
await this.getDatail(id) |
|
|
} |
|
|
} |
|
|
if (this.formType != 'add') { |
|
|
if (this.formType != 'add') { |
|
|
|
|
|
this.getValiheList() |
|
|
this.getBuildList() |
|
|
this.getBuildList() |
|
|
this.getUniList() |
|
|
this.getUniList() |
|
|
this.getHouseList() |
|
|
this.getHouseList() |
|
|