fix (接口定义): 修复case执行问题
This commit is contained in:
parent
ec9f05c7b9
commit
2a71b9bfcb
|
@ -399,7 +399,8 @@ export default {
|
||||||
this.runData.push(row.request);
|
this.runData.push(row.request);
|
||||||
/*触发执行操作*/
|
/*触发执行操作*/
|
||||||
this.reportId = getUUID().substring(0, 8);
|
this.reportId = getUUID().substring(0, 8);
|
||||||
this.$emit("refreshCase", row.id);
|
this.testCaseId = row.id ? row.id : row.request.id;
|
||||||
|
this.$emit("refreshCase", this.testCaseId);
|
||||||
},
|
},
|
||||||
|
|
||||||
stop(id) {
|
stop(id) {
|
||||||
|
|
Loading…
Reference in New Issue