mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix(测试跟踪): 修复部分失败用例展示方式和任务中心的不一致的问题
--bug=1020718 --user=宋天阳 【测试跟踪】github#20492,测试计划报告中,case有前后置sql-无数据源时,不显示报告 https://www.tapd.cn/55049933/s/1315656
This commit is contained in:
parent
5d54a6a062
commit
4beb61b1bc
@ -239,7 +239,7 @@ export default {
|
||||
this.responseLoading = false;
|
||||
if (response.data) {
|
||||
let data = response.data;
|
||||
if (data && data.content) {
|
||||
if (data) {
|
||||
this.showResponse = true;
|
||||
try {
|
||||
this.response = JSON.parse(data.content);
|
||||
|
Loading…
Reference in New Issue
Block a user