From 26c9700da806b814d6a4929a6bc09de24e6eada6 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Thu, 28 Jul 2022 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcsv=E5=9C=BA=E6=99=AF=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015463 --user=赵勇 【接口测试】github #16410,首次添加场景变量csv本地文件,设置是否允许带引号为TRUE,保存后仍为False;非首次正常 https://www.tapd.cn/55049933/s/1214490 --- .../components/api/automation/scenario/variable/VariableList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue b/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue index f716716556..6918a61b50 100644 --- a/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue +++ b/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue @@ -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;