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/4] =?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/4] =?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;
From cadf2371ad92db0390c56c089aacb2794ae5a98b Mon Sep 17 00:00:00 2001
From: CTP <630182278@qq.com>
Date: Thu, 20 Apr 2023 17:12:41 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E5=9B=9E=E9=80=80=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dept/authDept.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue
index af310ce..958102d 100644
--- a/src/views/system/dept/authDept.vue
+++ b/src/views/system/dept/authDept.vue
@@ -601,7 +601,6 @@ export default {
});
},
cancelDialog() {
- tQuer;
this.formVisible = false;
// 刷新表单
this.$refs["dataForm"].resetFields();
From a38661ac0be2bd17e3cb0d4d1b8feaa9d22d2f84 Mon Sep 17 00:00:00 2001
From: CTP <630182278@qq.com>
Date: Thu, 20 Apr 2023 17:18:12 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E6=92=A4=E9=94=80=E9=BB=98=E8=AE=A4?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dept/authDept.vue | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue
index 2eab3b8..cf735d9 100644
--- a/src/views/system/dept/authDept.vue
+++ b/src/views/system/dept/authDept.vue
@@ -356,14 +356,6 @@ import { listDeptUser, removeUser } from "@/api/system/deptUser";
import { filterSubAll } from "@/api/system/invSubWarehouse";
export default {
- watch: {
- list: {
- handler: function () {
- this.$refs.list.setCurrentRow(this.list[0]);
- },
- deep: true,
- },
- },
data() {
return {
filterQuery: {