Browse Source

选择社区参数调整

dev
mk 1 year ago
parent
commit
e8c9c4eb6b
  1. 8
      src/views/selectAgency/index.vue

8
src/views/selectAgency/index.vue

@ -96,7 +96,13 @@ export default {
this.signWX()
},
async getAgency(type) {
let res = await getAllOrgTreeList({ organizationName: this.district })
let parm ={
organizationName: this.district
}
if(!this.autoFlag){
parm.pid = 0
}
let res = await getAllOrgTreeList(parm)
if (res.code === 0) {
if (type) {
this.selfCity.push({ label: this.district, children: res.data })

Loading…
Cancel
Save