fix(接口定义): 修复任务中心点击报告分析不生效的缺陷
--bug=1019830 --user=王孝刚 【任务中心】执行测试计划-任务中心-场景测试任务-场景报告-点击分享报告按钮没反应 https://www.tapd.cn/55049933/s/1303519
This commit is contained in:
parent
210636d438
commit
d3f7432d62
|
@ -50,10 +50,10 @@
|
|||
<el-popover
|
||||
v-if="!isPlan && (!debug || exportFlag) && !isTemplate"
|
||||
v-permission="['PROJECT_PERFORMANCE_REPORT:READ+EXPORT']"
|
||||
style="margin-right: 10px; z-index: 9999; position: inherit"
|
||||
style="margin-right: 10px"
|
||||
placement="bottom"
|
||||
trigger="manual"
|
||||
v-model="visible"
|
||||
trigger="click"
|
||||
popperClass="ms-custom-message-class"
|
||||
width="300">
|
||||
<p>{{ shareUrl }}</p>
|
||||
<span style="color: red; float: left; margin-left: 10px" v-if="application.typeValue">{{
|
||||
|
@ -151,7 +151,6 @@ export default {
|
|||
nameIsEdit: false,
|
||||
shareUrl: '',
|
||||
application: {},
|
||||
visible: false,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
@ -209,7 +208,6 @@ export default {
|
|||
this.$router.push('/api/automation/report');
|
||||
},
|
||||
handleShare(report) {
|
||||
this.visible = true;
|
||||
this.getProjectApplication();
|
||||
let pram = {};
|
||||
pram.customData = report.id;
|
||||
|
|
Loading…
Reference in New Issue