fix(接口测试): 修复断言响应时间开启关闭不生效的缺陷

--bug=1026919 --user=王孝刚 【接口测试】新建场景-添加场景断言-响应时间-点击关闭开关仍显示开启状态
https://www.tapd.cn/55049933/s/1380894
This commit is contained in:
wxg0103 2023-06-12 20:43:32 +08:00 committed by fit2-zhao
parent ba9cd9f1e7
commit f0043962c1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default {
add() {
if (this.validate()) {
this.duration.value = this.value;
this.duration.enable = true;
this.$set(this.duration, 'enable', true);
this.callback();
}
},