fix(接口测试): 修复csv场景变量属性回显错误问题

--bug=1015463 --user=赵勇 【接口测试】github #16410,首次添加场景变量csv本地文件,设置是否允许带引号为TRUE,保存后仍为False;非首次正常 https://www.tapd.cn/55049933/s/1214490
This commit is contained in:
fit2-zhao 2022-07-28 15:58:19 +08:00 committed by f2c-ci-robot[bot]
parent 9e2caa1916
commit 26c9700da8
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@ export default {
v.id = getUUID();
if (v.type === 'CSV') {
v.delimiter = ",";
v.quotedData = false;
}
this.variables.push(v);
let index = 1;