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=>{