From c6349bffe5160f8158f4ca93a691a78a7ebfcee3 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 15 Jul 2022 15:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056515=20=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E7=AE=A1=E7=90=86-=E5=B7=A5=E4=BD=9C=E7=BB=84-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=8C=E9=80=89=E6=8B=A9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=BB=84=E7=BB=84=E9=95=BF=E5=92=8C=E7=BB=84=E5=91=98=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=20=E7=82=B9=E5=87=BB=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=8E=B0=E5=9C=A8=E6=98=AF=E6=9F=A5=E5=88=B0?= =?UTF-8?q?=E9=83=A8=E9=97=A8=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=88=B0=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workTree/index.vue | 39 ++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/src/components/workTree/index.vue b/src/components/workTree/index.vue index 49f16915d..dc1cc9c4d 100644 --- a/src/components/workTree/index.vue +++ b/src/components/workTree/index.vue @@ -16,14 +16,15 @@ - + - + 查询 - + { - this.treeData1 = res.data + this.treeData1 = res + this.treeData1.forEach(item => { + this.defaultKey.push(item.id) + }) this.treeLoading = false }) + + + + + // this.$http.get('SarInstitution/institution/institutionAndUser', { + // userName: this.filterText + // }, {}, res => { + // this.treeData1 = res.data + // this.treeData1.forEach(item => { + // this.defaultKey.push(item.id) + // }) + // console.log(1); + // this.getChildren() + // this.treeLoading = false + // }) } else { this.open1 = true } - }), + }, checkChange2 (row, type, c) { if (this.checkBox) { } else {