当前位置:网站首页>New window Display Agreement
New window Display Agreement
2022-08-10 00:56:00 【tiankongxiao】
handleUpdateAgreement() {
var temp = {
bidderSetmealId: this.multipleSelection[0].id,
}
const data = {
url: "@ViewBag.agreementUrl",
postData: JSON.stringify(temp)
post ) }
.then(res => {
console.log("heong", res.data.code)
if (res.data.code == 1000) {
Let html = ''
Let cardback = res.data.data.idcardback;
Let cardfront = res.data.data.idcardfront;
html = '
' '
'
' < /div> ';
var result = res.data.data.content + html;
let myWindow = window.open('', '', 'width:100%,height:100%');
myWindow.document.write(result) //info is a string of html
} else {
this.$message.error('Operation failed');
}
//
});
},
边栏推荐
猜你喜欢
随机推荐
干货!迈向鲁棒的测试时间适应
下班后用微信处理工作时发病身亡,法院判决:工伤!
61.【快速排序法详解】
【哲理】事教人
防火墙之系统防护
力扣:322. 零钱兑换
LiveData : Transformations.map and Transformations.switchMap usage
KingbaseGIS Jin Cang database using manual (6.3. Geometric object creation function)
首席信息官如何将可持续性和技术结合起来
金仓数据库 KingbaseGIS 使用手册(6.5. 几何对象编辑函数)
SRv6 performance measurement
正则表达式的实际使用
Force buckle: 279. Perfect square
金仓数据库 KingbaseGIS 使用手册(6.4. 几何对象存取函数)
ABAP中Collect的用法
力扣:279.完全平方数
Filament-Material 绘制基本图形
[JZOF] 82 binary tree with a path of a certain value (1)
金仓数据库 KingbaseGIS 使用手册(6.2. 管理函数)
[Interface Test] Decoding the request body string of the requests library









