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;