From 4f9e7098ecf076cc38d8631a8d816011e42d02cb Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 21 Sep 2023 14:42:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/districtSelector/districtSelectorTow.vue | 2 +-
subpkg/newPersonnel/newPersonnel.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/districtSelector/districtSelectorTow.vue b/components/districtSelector/districtSelectorTow.vue
index 915fbb0..80c82f8 100644
--- a/components/districtSelector/districtSelectorTow.vue
+++ b/components/districtSelector/districtSelectorTow.vue
@@ -17,7 +17,7 @@
placeholder="请选择村">
-
+
diff --git a/subpkg/newPersonnel/newPersonnel.vue b/subpkg/newPersonnel/newPersonnel.vue
index 8e5eeec..72db15a 100644
--- a/subpkg/newPersonnel/newPersonnel.vue
+++ b/subpkg/newPersonnel/newPersonnel.vue
@@ -62,7 +62,7 @@
-
+
@@ -472,7 +472,7 @@
uni.showLoading()
let res = await loginAdd({
...this.formData,
- ...this.$refs.districtSelectorRef.formData
+ ...this.$refs.districtSelectorRef?.formData
});
uni.hideLoading()
uni.showToast({