fix(接口测试): 修复条件控制器在执行结束后一直显示测试中的缺陷
--bug=1028844 --user=王孝刚 【接口测试】github#26191,循环控制器下的条件控制器在调试结束后一直显示测试中 https://www.tapd.cn/55049933/s/1410362
This commit is contained in:
parent
e84d8c93c1
commit
db617e1fdf
|
@ -148,6 +148,9 @@ export default {
|
|||
watch: {
|
||||
message() {
|
||||
this.reload();
|
||||
if(this.message === 'stop') {
|
||||
this.node.data.testing = false;
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue