diff --git a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
index 9bf81f9..9e54f47 100644
--- a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
+++ b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
@@ -42,7 +42,10 @@
党组织
@@ -70,7 +73,7 @@
党员类型
@@ -122,6 +125,11 @@ export default {
this.form.nucleicAcidDate = `${e.year}-${e.month}-${e.day}`
},
+ handleSelectParty(v) {
+ console.log(v);
+ },
+
+
submit() {
if (!this.form.temperature) {
diff --git a/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue b/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue
new file mode 100644
index 0000000..7e77bbd
--- /dev/null
+++ b/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+