fix(接口测试): 修复csv场景变量属性回显错误问题
--bug=1015463 --user=赵勇 【接口测试】github #16410,首次添加场景变量csv本地文件,设置是否允许带引号为TRUE,保存后仍为False;非首次正常 https://www.tapd.cn/55049933/s/1214490
This commit is contained in:
parent
9e2caa1916
commit
26c9700da8
|
@ -301,7 +301,6 @@ export default {
|
||||||
v.id = getUUID();
|
v.id = getUUID();
|
||||||
if (v.type === 'CSV') {
|
if (v.type === 'CSV') {
|
||||||
v.delimiter = ",";
|
v.delimiter = ",";
|
||||||
v.quotedData = false;
|
|
||||||
}
|
}
|
||||||
this.variables.push(v);
|
this.variables.push(v);
|
||||||
let index = 1;
|
let index = 1;
|
||||||
|
|
Loading…
Reference in New Issue