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;
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;