diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 02be875..af310ce 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -3,15 +3,10 @@ @@ -23,13 +18,9 @@ @@ -39,8 +30,8 @@ 重置 - + >重置 查询 @@ -53,7 +44,7 @@ type="primary" icon="el-icon-sort" @click="toggleExpandAll" - >展开/折叠 + >展开/折叠 @@ -586,9 +577,9 @@ export default { this.deptOptions = this.handleTree(depList, "code", "pcode"); }); console.log(row.id); - // this.$nextTick(() => { - // this.$refs.deptTableRef.setCurrentRow(this.list[row.pid]); - // }); + // this.$nextTick(() => { + // this.$refs.deptTableRef.setCurrentRow(this.list[row.pid]); + // }); }, /* 获取列表 */ getList() { @@ -600,9 +591,9 @@ export default { // console.log("deplist", depList); this.list = this.handleTree(depList, "code", "pcode"); this.$nextTick(() => { - this.$refs.deptTableRef.setCurrentRow(this.list[0]); - }); - console.log(this.list); + this.$refs.deptTableRef.setCurrentRow(this.list[0]); + }); + console.log(this.list); }) .catch(() => { this.loading = false;