diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 36e8ac8..7755d77 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -582,7 +582,7 @@ export default { }, /* 获取列表 */ getList() { - let qwe = this.checkdefault; + let line = this.checkdefault; this.loading = true; filterList(this.filterQuery) .then((response) => { @@ -591,11 +591,11 @@ export default { this.list = this.handleTree(depList, "code", "pcode"); //默认选中第一行列表 this.$nextTick(() => { - console.log(qwe); - if (qwe === null) { + console.log(line); + if (line === null) { this.$refs.deptTableRef.setCurrentRow(depList[0]); } else { - this.$refs.deptTableRef.setCurrentRow(qwe); + this.$refs.deptTableRef.setCurrentRow(line); } }); }) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 469f037..a960f5f 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -9,15 +9,8 @@ placeholder="仓库名称" > - - - + +