fix(接口测试): 接口测试,首页的接口定时任务点击跳转报错
This commit is contained in:
parent
7c3b13dab4
commit
dd79c1f3e2
|
@ -167,7 +167,10 @@
|
||||||
this.$refs.nodeTree.list();
|
this.$refs.nodeTree.list();
|
||||||
}
|
}
|
||||||
let row = data.listObject[0];
|
let row = data.listObject[0];
|
||||||
row.tags = JSON.parse(row.tags);
|
if (row.tags.length > 0) {
|
||||||
|
row.tags = JSON.parse(row.tags);
|
||||||
|
}
|
||||||
|
|
||||||
this.editScenario(row);
|
this.editScenario(row);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue