fix(接口定义): 修复任务中心点击报告分析不生效的缺陷

--bug=1019830 --user=王孝刚 【任务中心】执行测试计划-任务中心-场景测试任务-场景报告-点击分享报告按钮没反应
https://www.tapd.cn/55049933/s/1303519
This commit is contained in:
wxg0103 2022-11-23 21:35:31 +08:00 committed by wxg0103
parent e402289937
commit f2b3a11699
1 changed files with 3 additions and 5 deletions

View File

@ -50,10 +50,10 @@
<el-popover <el-popover
v-if="!isPlan && (!debug || exportFlag) && !isTemplate" v-if="!isPlan && (!debug || exportFlag) && !isTemplate"
v-permission="['PROJECT_PERFORMANCE_REPORT:READ+EXPORT']" v-permission="['PROJECT_PERFORMANCE_REPORT:READ+EXPORT']"
style="margin-right: 10px; z-index: 9999; position: inherit" style="margin-right: 10px"
placement="bottom" placement="bottom"
trigger="manual" trigger="click"
v-model="visible" popperClass="ms-custom-message-class"
width="300"> width="300">
<p>{{ shareUrl }}</p> <p>{{ shareUrl }}</p>
<span style="color: red; float: left; margin-left: 10px" v-if="application.typeValue">{{ <span style="color: red; float: left; margin-left: 10px" v-if="application.typeValue">{{
@ -151,7 +151,6 @@ export default {
nameIsEdit: false, nameIsEdit: false,
shareUrl: '', shareUrl: '',
application: {}, application: {},
visible: false,
}; };
}, },
methods: { methods: {
@ -209,7 +208,6 @@ export default {
this.$router.push('/api/automation/report'); this.$router.push('/api/automation/report');
}, },
handleShare(report) { handleShare(report) {
this.visible = true;
this.getProjectApplication(); this.getProjectApplication();
let pram = {}; let pram = {};
pram.customData = report.id; pram.customData = report.id;