Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
5470217091
  1. 6
      src/views/modules/base/huji/immigration/edit.vue
  2. 1
      src/views/modules/base/huji/immigration/index.vue

6
src/views/modules/base/huji/immigration/edit.vue

@ -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()

1
src/views/modules/base/huji/immigration/index.vue

@ -409,6 +409,7 @@
@closed="handleClose" @closed="handleClose"
> >
<edit-form <edit-form
v-if="formShow"
ref="eleEditForm" ref="eleEditForm"
@dialogCancle="handleClose" @dialogCancle="handleClose"
@dialogOk="handleEditSuccess" @dialogOk="handleEditSuccess"

Loading…
Cancel
Save