From 131f6d1b43aa19a4ec1478fc1b540adf1a02646e Mon Sep 17 00:00:00 2001
From: CTP <630182278@qq.com>
Date: Thu, 20 Apr 2023 09:38:12 +0800
Subject: [PATCH 1/2] =?UTF-8?q?console.log=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/sync/SysUdimsConfig.vue | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue
index 812f604..28d7d8a 100644
--- a/src/views/sync/SysUdimsConfig.vue
+++ b/src/views/sync/SysUdimsConfig.vue
@@ -753,10 +753,7 @@ export default {
findConfig()
.then((response) => {
this.configQuery = response.data;
- console.log(
- "this.configQuery",
-
- );
+ // console.log("this.configQuery", this.configQuery);
this.checkedBusTypes = this.configQuery.busTypes;
this.checkedToInBusTypes = this.configQuery.toInBusTypes;
this.checkedChangeBusTypes = this.configQuery.changeBusTypes;
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 2/2] =?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;