From c4eb9615b76fa62ceb4edc2b70b458f6d2ebe154 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Wed, 15 Feb 2023 16:04:11 +0800 Subject: [PATCH] 日志页面调整 --- src/views/device/index.vue | 2 ++ src/views/device/log.vue | 19 ++++++------------- src/views/login/index.vue | 12 ++---------- 3 files changed, 10 insertions(+), 23 deletions(-) diff --git a/src/views/device/index.vue b/src/views/device/index.vue index 90fc88b..7718b2a 100644 --- a/src/views/device/index.vue +++ b/src/views/device/index.vue @@ -697,6 +697,7 @@ export default { this.query.onlineStatus = obj.name == "在线" ? 1 : obj.name == "离线" ? 0 : 2; this.query.sn = ""; + this.query.classId = []; this.page = 1; this._QueryData(false); }, @@ -714,6 +715,7 @@ export default { ? 5 : 6; this.query.sn = ""; + this.query.classId = []; this.page = 1; this._QueryData(false); }, diff --git a/src/views/device/log.vue b/src/views/device/log.vue index 7d4cb23..3bcc75f 100644 --- a/src/views/device/log.vue +++ b/src/views/device/log.vue @@ -81,18 +81,11 @@ prop="operationType" label="请求类型" align="center" - width="200" + width="160" > - - +
diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e93f95e..3dd6fa8 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -93,16 +93,8 @@ export default { disableClick: true, passwordType: "password", loginForm: { - // username: "15911715665", - // password: "715665", - // username: "18314340313", - // password: "Pw340313#", - // username: "18687826606", - // password: "Pw826606#", - // username: "18893712576", - // password: "712576", - username: "13247726488", - password: "726488", + username: "", + password: "", }, loginRules: { username: [ -- libgit2 0.21.4