From f76f662aac2a9d458e69c1611b26d21c59ec9840 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 18 Apr 2023 18:01:51 +0800 Subject: [PATCH 1/2] bug --- .../fengdu/app/AppIntegratingRules/components/List.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/project/fengdu/app/AppIntegratingRules/components/List.vue b/project/fengdu/app/AppIntegratingRules/components/List.vue index 93a862e1..cc6be835 100644 --- a/project/fengdu/app/AppIntegratingRules/components/List.vue +++ b/project/fengdu/app/AppIntegratingRules/components/List.vue @@ -65,14 +65,6 @@ - Date: Wed, 19 Apr 2023 08:35:53 +0800 Subject: [PATCH 2/2] bug --- project/fengdu/app/AppResidentInfo/components/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppResidentInfo/components/Add.vue b/project/fengdu/app/AppResidentInfo/components/Add.vue index 32008b29..aebd157e 100644 --- a/project/fengdu/app/AppResidentInfo/components/Add.vue +++ b/project/fengdu/app/AppResidentInfo/components/Add.vue @@ -527,7 +527,7 @@ export default { ...res.data }; // this.family = res.data.family; - this.IdCard(this.idNumber); + this.IdCard(res.data.idNumber); } }); },