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,