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: {},
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.getValiheList()
this.getBuildList()
this.getUniList()
this.getHouseList()

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

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

Loading…
Cancel
Save