diff --git a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue index 1a15b47..8a2154f 100644 --- a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue +++ b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue @@ -42,7 +42,7 @@

党组织

- +
diff --git a/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue b/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue index 5612e99..295865e 100644 --- a/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue +++ b/src/project/pingchang/AppPartyAuth/selectPartyOrg.vue @@ -42,9 +42,13 @@ parentId: '', } }, - onLoad() { + onLoad(o) { this.getPartyOrg() - this.SelectParty = uni.getStorageSync("lastSelectedParty") || {} + if (o.id) { + this.SelectParty.id = o.id + } else { + this.SelectParty = uni.getStorageSync("lastSelectedParty") || {} + } }, methods: { getPartyOrg() {