From 7afbc4c08114125c7d3542f2630cf7a2d3736c7f Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 19 Jul 2022 16:59:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=2056601=20?= =?UTF-8?q?=E9=AB=98=E7=BA=A7=E6=9F=A5=E8=AF=A2=E9=87=8C=E8=BE=B9=E7=9A=84?= =?UTF-8?q?=E2=80=9C=E8=B4=A3=E4=BB=BB=E5=B7=A5=E7=A8=8B=E5=B8=88=E2=80=9D?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=B9=8B=E5=90=8E=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/roleTree/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/roleTree/index.vue b/src/components/roleTree/index.vue index e6a1e0880..a90e71c3b 100644 --- a/src/components/roleTree/index.vue +++ b/src/components/roleTree/index.vue @@ -89,9 +89,9 @@ 导入中... @@ -150,6 +150,7 @@ treeData: [], open1: true, treeLoading: false, + subLoading: false, roleRow: {} } }, @@ -307,6 +308,7 @@ ids = item } }) + this.subLoading = true this.$http.get('SarInstitution/institution/getNextById', { ids: ids, topNum: 3, @@ -316,6 +318,7 @@ this.$emit('checkedRole', res) this.nodeList2 = [] this.$emit('update:isVisible', false) + this.subLoading = false }) } else { this.$emit('checkedRole', this.roleList)