//依次下载列表中的文件
        fileDownloading :(()=> {
            let tokens = ''
            return function () {
                for (var i = 0; i < this.fileDownloadingArr.length; i++) {
                    tokens = this.fileDownloadingArr[i].token;
                    this.downloadCommonMethod(tokens)
                }
            }
        })()

 

Logo

前往低代码交流专区

更多推荐