From 3f8f634d53009084b67a21dd7fdbb405b92644d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Wed, 17 Jul 2024 18:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E7=BB=84=E7=BB=87=E4=B9=A6=E5=8A=A0pi?= =?UTF-8?q?d=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/selectAgency/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })