From 32d6ff45303dcc1e512d39fd375fd89750de85b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E6=99=A8=E6=99=A8?= Date: Sun, 23 Apr 2023 16:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=B1=BB=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/authDept.vue | 8 ++++---- src/views/system/dept/invWarehouse.vue | 11 ++--------- 2 files changed, 6 insertions(+), 13 deletions(-) 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="仓库名称" > - - - + +