fix(接口测试): 修复事物控制器选项不生效问题
--bug=1014033 --user=赵勇 【接口自动化】github#14739接口自动化中,去掉事务控制器Generate Parent Sample和Include Timers勾选状态,点击保存后退出,再进来还是勾选状态 https://www.tapd.cn/55049933/s/1180025
This commit is contained in:
parent
7268405dab
commit
99930ab6ed
|
@ -69,12 +69,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if (!this.controller.generateParentSample) {
|
|
||||||
this.controller.generateParentSample = true;
|
|
||||||
}
|
|
||||||
if (!this.controller.includeTimers) {
|
|
||||||
this.controller.includeTimers = true;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue