From c8bfc7c0515583f773b8025345c3caf72d6ef8d8 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Mon, 8 Nov 2021 14:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BA=BA=E6=A1=86=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/roleTree/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/roleTree/index.vue b/src/components/roleTree/index.vue index 93406e0ea..572e5cda8 100644 --- a/src/components/roleTree/index.vue +++ b/src/components/roleTree/index.vue @@ -149,7 +149,8 @@ }, getChildren (node, resolve) { this.$http.get('SarInstitution/institution/getNext', { - institutionId: node.key + institutionId: node.key, + userName: this.filterText }, {}, res => { resolve(res) })