From d2cb430198579160cec9534b03a651aa63c903c2 Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Thu, 20 Apr 2023 14:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E4=BF=A1=E6=81=AF=20=20?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2=E7=AC=AC=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/authDept.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index af310ce..46f51c6 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -52,6 +52,7 @@ { - // this.$refs.deptTableRef.setCurrentRow(this.list[row.pid]); - // }); }, /* 获取列表 */ getList() { @@ -588,12 +593,7 @@ export default { .then((response) => { this.loading = false; let depList = response.data.list || []; - // console.log("deplist", depList); this.list = this.handleTree(depList, "code", "pcode"); - this.$nextTick(() => { - this.$refs.deptTableRef.setCurrentRow(this.list[0]); - }); - console.log(this.list); }) .catch(() => { this.loading = false;