From 5eb023311f42edd1a8c2a239c6b1f12a416760e6 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 11 Nov 2022 11:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=85=9A=E7=BB=84=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pingchang/AppPartyAuth/partyAuthApply.vue | 12 +- .../pingchang/AppPartyAuth/selectPartyOrg.vue | 235 ++++++++++++++++++ 2 files changed, 245 insertions(+), 2 deletions(-) create mode 100644 src/project/pingchang/AppPartyAuth/selectPartyOrg.vue 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 @@ + + + + +