选择党组织
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user