|
@@ -4,10 +4,6 @@
|
|
|
<div class="titIcon" />
|
|
|
<span style="margin-left: 1%; width: 100px;">提测报告</span>
|
|
|
</div>
|
|
|
- <!-- <div class="flex_start titFont">
|
|
|
- <div class="titIcon" />
|
|
|
- <span style="margin-left: 1%; width: 100px;">提测报告</span>
|
|
|
- </div> -->
|
|
|
<div style="margin: 4% 0%; font-size: 16pt; color: #333B4A;">
|
|
|
<el-steps :active="active" align-center finish-status="success">
|
|
|
<el-step style="font-size: 16pt; color: #333B4A;" title="选择模版" />
|
|
@@ -141,8 +137,10 @@ export default {
|
|
|
this.active = 1
|
|
|
},
|
|
|
gou_out() {
|
|
|
+ this.showOne = false
|
|
|
this.showThree = false
|
|
|
this.showTow = true
|
|
|
+ this.active = 2
|
|
|
},
|
|
|
created_out() {
|
|
|
if (this.radio === '2') { // 服务端
|
|
@@ -202,6 +200,7 @@ export default {
|
|
|
var postData = { 'reportId': ele.id, 'imgStr': sendImgData, 'url': window.location.href, 'emailUser': e.name, 'copyTo': e.names }
|
|
|
launchTestSendmail(postData).then(res => {
|
|
|
res.code === 200 ? that.$message.success('发送测试报告成功') : that.$message.error('发送测试报告失败,请联系管理员!')
|
|
|
+ window.location.reload()
|
|
|
})
|
|
|
})
|
|
|
}, 500)
|