From 899978576a1255f44b412584fe0eac97ad2bf9e3 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 23 Aug 2022 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=80=89=E6=8B=A9=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileCloud/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FileCloud/index.vue b/src/components/FileCloud/index.vue index 436489e4..9c802209 100644 --- a/src/components/FileCloud/index.vue +++ b/src/components/FileCloud/index.vue @@ -97,9 +97,9 @@ }); }, findByName(){ - if(this.findName==''){ - return; - } + // if(this.findName==''){ + // return; + // } let $vue=this; var folderId=0; apiFilecloud.findByName(this.findName).then(rs=>{