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