From d6100db7457f8345272f07b3fac56a237814ad6b Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 9 May 2024 14:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 2 +- pages/management/in-storage.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 582a273..4f59e62 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -117,7 +117,7 @@ }, async toLogin() { // uni.redirectTo({ - // url: '/pages/management/in-storage' + // url: '/pages/home/home' // }) this.disabled = true if (this.loginname === '') { diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue index 76e0b6a..cbf77b9 100644 --- a/pages/management/in-storage.vue +++ b/pages/management/in-storage.vue @@ -89,7 +89,7 @@ {{el.update_time}} - + @@ -286,6 +286,7 @@ toCollapse (e) { this.pkId = this.pkId === e.djid ? '' : e.djid this.pkObj = this.pkId === e.djid ? e : {} + this.dataList2 = [] if (this.pkId === e.djid) { this.queryParams2 = { pageSize: 10,