fix(场景案例): 修复场景变量编辑时自动生成变量的问题

--bug=1008067 --user=宋天阳 【接口测试】场景变量自动添加空的变量列
https://www.tapd.cn/55049933/s/1074274
This commit is contained in:
song-tianyang 2021-11-24 16:09:24 +08:00 committed by 刘瑞斌
parent 359b89b31b
commit 373109d563
1 changed files with 0 additions and 2 deletions

View File

@ -272,8 +272,6 @@ export default {
this.headers = headers;
}
this.visible = true;
this.editData = {type: "CONSTANT"};
this.addParameters(this.editData);
this.disabled = disabled;
},
save() {