From ee04da846e773c54dd4474286d24ba47c3fb360f Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Thu, 12 May 2022 10:43:35 +0800
Subject: [PATCH 1/3] dd
---
src/views/modules/base/huji/immigration/index.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue
index 0c5b89372..c71e261d2 100644
--- a/src/views/modules/base/huji/immigration/index.vue
+++ b/src/views/modules/base/huji/immigration/index.vue
@@ -143,9 +143,9 @@
-
+
Date: Thu, 12 May 2022 11:07:15 +0800
Subject: [PATCH 2/3] dd
---
src/views/modules/base/huji/immigration/edit.vue | 6 ++++--
src/views/modules/base/huji/immigration/index.vue | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue
index 183b2c249..89424a120 100644
--- a/src/views/modules/base/huji/immigration/edit.vue
+++ b/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()
diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue
index c71e261d2..06faa43f2 100644
--- a/src/views/modules/base/huji/immigration/index.vue
+++ b/src/views/modules/base/huji/immigration/index.vue
@@ -409,6 +409,7 @@
@closed="handleClose"
>
Date: Thu, 12 May 2022 11:22:28 +0800
Subject: [PATCH 3/3] 22
---
src/views/modules/base/huji/chusheng/cpts/edit.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue
index 4ad5714a6..003d84b35 100644
--- a/src/views/modules/base/huji/chusheng/cpts/edit.vue
+++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue
@@ -706,7 +706,7 @@ export default {
console.log(row);
if (row) {
// this.fmData = { ...this.fmData, ...row };
- this.getInfo(row.id);
+ await this.getInfo(row.id);
this.getValiheList();
this.getBuildList();
this.getUniList();