0
点赞
收藏
分享

微信扫一扫

vue 下载文件

夜空一星 2022-03-10 阅读 159
let _this = this;
                $('<form method="post" target="_blank" action="'+util.ajaxUrl+'/xxxxx" style="display: none;"></form>').appendTo(document.body)
                    .append($('<input type="text" name="id" value="' + _this.pagination.id + '"/>'))
                    .append($('<input type="text" name="type" value="' + _this.pagination.type + '"/>'))
                    .submit()
                    .remove();
举报

相关推荐

0 条评论