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({