From d9826515453d146f6f618a52b73cbd5ab2ed0075 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 25 Jan 2022 19:42:57 +0800 Subject: [PATCH] 1 --- project/dv/apps/AppGridDV.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/dv/apps/AppGridDV.vue b/project/dv/apps/AppGridDV.vue index 573a2803..5df7246d 100644 --- a/project/dv/apps/AppGridDV.vue +++ b/project/dv/apps/AppGridDV.vue @@ -390,6 +390,7 @@ this.isLoading = false if (!userList.length) { + this.autoScale() return false } @@ -400,7 +401,6 @@ userList: userList || [] }, node) this.$nextTick(() => { - console.log('---------') this.autoScale() }) }