diff --git a/src/views/selectAgency/index.vue b/src/views/selectAgency/index.vue index 2a91c0a..9d44e11 100644 --- a/src/views/selectAgency/index.vue +++ b/src/views/selectAgency/index.vue @@ -88,7 +88,7 @@ export default { }) }, async getAgency(type) { - let res = await getAllOrgTreeList({ organizationName: this.district }) + let res = await getAllOrgTreeList({ organizationName: this.district,pid:0 }) if (res.code === 0) { if (type) { this.selfCity.push({ label: this.district, children: res.data })